Hi guys!
is there any solution how to get time in status info using Jira API? Did someone tried this?
Not interested in marketplace products.
thanks!
You should look at this article I wrote a while back. There's a function I made called time_in_status() it can help extract the time in status on any issue on Jira. You can also use a JQL search to retrieve the time in status on every issue within your project or projects.
Maybe these materials will be helpful:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you read an issue over the REST API, you can get its full history, which includes a date and time of every change of status (and create as well, of course), so you can easily code something to parse the history for each "changed status to" line.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.