Currently, we are using the jira-agile-metrics library from python to get all the list of tickets and their time on that particular status as a JSON file. We are having a yaml file to configure those status workflows. But the data I get from jira is incorrect for certain scenarios like if there is a status change from captured to in progress and it changed to captured and then after it changed to in progress. in that situation, it detects only the first status change.
How I can detect all the status changes using the jira-agile-metrics library.
Are there any libraries that can do this?
Hi @theepag.atputhalingam -- Welcome to the Atlassian Community!
Your question seems targeted to that Python library rather than Jira features. I suggest checking at the location where you found the library to learn if what you ask is possible.
Kind regards,
Bill
Hi @Bill Sheboy
Thank you for your reply. Is there any other python library or other methods to get those status changes details to my program?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do not know; and I have not tried using Python to access Jira data.
Perhaps search for "Python" in this community's postings or in the developer community posts: https://community.developer.atlassian.com/
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.