Hi Frnds,
I"m trying to pull two columns "summary" and "Support description" from JIRA issues into my sql database by using JQL- project = SW and resolution is empty and priority in (Blocker, Critical, Major). but i'm new to this python and JIRA.
Could you please provide suggestion how to achieve that
Thanks
Use the REST API to read the issues with that JQL, and limit the response to the two fields you need.
Have a look at https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/ and check out the bits about "jql" and "&fields="
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.