I need to get a report for tax returns to show who worked in which issues across my entire Engineering team (multiple projects). The problem is that assignees change over time and I need the full list for each issue.
How can I get this from existing projects?
Hi @jgarcia ,
The data you need is available in issue history and you can get it for each issue using Jira Rest Api. It returns json as below and you need to parse and get the assignees for each issue.
Or you can use an app which does this calculation for you Our team developed Status Time app at Bloompeak. Apart from status time, it provides assignee time for list of issues. Implicitly it provides all assignees of issues. Here is the online demo link, you can see it in action and try. Hope it helps.
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.