apivalidationjiratempo

Tempo Reset API Parameters for Validation API


We want to consume below tempo API(POST request) for validating whether time sheet period is closed or not , however we are unable to find document talk about required parameter for this API

any help regarding API documentation or parameter will be useful

https://myserver/jira/rest/tempo-rest/1.0/worklogs/validation/date

Thanks


Solution

  • You could try passing the following x-www-form-urlencoded parameters in the body of the api-

    ansidate - 2016-04-24

    formFieldId - date

    user - abc

    planning - false

    Hope this helps :)