I want to fetch Updated Worklog ID's for past 7 days . SInce there are many as I have many projects , I want to fetch the list of updated worklogs of a specific project . Is there a way to do so ?
You could look at the following API function: api-rest-api-3-worklog-updated-get
Hi @Marc - Devoteam Thanks for the response but these api give all the updated worklogs within JIRA . I need for a specific project . Is there a way I can get the updated worklogs of a specific project ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunate, no there is no option for this.
You could add: ?since=<timestamp>
This only limits the amount of results based on time stamp.
Or you could look at a marketplace app that is able to do this, I suggest to see apps that can let you see history or start using a time tracking app and not the ootb Jira option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.