Hi World
I have been trying to export and track issue status through python scripting.
Basically i want avoid missing on SLA due to weekends , so the issues need to be filtered based on time and days so that we can have list of issues which changed status on fridays
Thanks in advance
Community moderators have prevented the ability to post new answers.
@Nikesh have you tried https://jira.readthedocs.io/en/master/,
It allows you to easily communicate with Jira APIs. After installing this library.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.