0

Jira page screenshot I am trying to get data out of JIRA tickets using the JIRA API Call through python and there is a specific field in this project called "Requested Materials" which is in the form of a table that has rows of data and I am unable to fetch data out of this field. Any advice on how to get this data out would be appreciated :) I have shared a link to the JIRA issue page screenshot above

I tried searching online articles about this task and tried various methods but nothing helped me so far

2
  • Please include the API URL/route, and a sample API response. I cannot see the screenshot, could you please check that too? Commented Apr 13, 2023 at 13:50
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Apr 13, 2023 at 13:51

1 Answer 1

0

Get Issue endpoint have 'fields' query parameter. You can pass your custom field id in this 'fields' parameter. To find out field id you can use Get Field endpoint.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.