How to get all possible items(values) for field

al-udmi 1 December 6, 2017

 I get issued take id from it and in the 'schema' of the fields with the same id see that it has 'items', so as I understand it means that going to /rest/api/2/'items_value'/'id_of_value' should be stored the value.The problem is that I dont know that ids of the value.They don't begin from 1 or 0.How can I get them?

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 28, 2021

Hi! 

In that situation I use browser dev-tools to double check the items. 

Also, use the next method to observe

https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/jira.py#L1865

Suggest an answer

Log in or Sign up to answer