Hi,
I`m using Rest api of Jira. I'm able to found all Issue assign to a user . By using : assigned was "User" during ( startDate , enddate).
Now i want to know when the story was assign to the user using the rest api. I did not find a history rest call. So is it possible to do that with the rest api, does anybody know how to do this.
Ex: jql = history issue "Demo-01" return list of history
No, there is no way to do this by using REST API.
My solution:
1. get all stories
2. fetch stories and get history entries
3. fetch all history entries and examine all user assignements
-> if the assignee match your desired user then put it in your list
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.