Hello,
I do not have admin access to the JIRA and I am using as part of the corporate access. Thus I will not be able to install any plugin or I do not have the rights to create custom fields. Hence I need some workaround to get the data.
Problem Statement: I have a KANBAN board and there are issues reported. There are two teams between which the issue is switched. I want to extract two types of data
Ideally i have the only way to get this data through JQL and process it in excel, but what should be the query for both the data.
Thanks
You can view the lifetime of an issue based on the difference between created date to resolved date (as long as resolution is being set when an issue is closed).
Time spent with each team will be difficult without an add-on. You could request the team populate the "Time Spent" on each issue via the work logs, but on export this will show just the total amount spent - rather than time per user.
You could look to pull this data out via the REST API based on each assignee (attributed to a team) - or you would need to look at a Timesheet or Time in Status-style app for your instance.
Not all apps cost if this is a concern - for example JAssistant is free and mentions worklogs and timesheets, perhaps one of their functions would be of help?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.