pycontribs / jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
https://jira.readthedocs.io
BSD 2-Clause "Simplified" License
1.92k stars 857 forks source link

How to get all values for a customfield in JIRA? #1785

Open Harolder opened 6 months ago

Harolder commented 6 months ago

Problem trying to solve

I've been basically working with this documentation to built my desired URI's in order to extract the information from a project, that I need: JIRA REST API Reference

However, now I have a customfield with the id cf1 (example) and want to get a list (JSON response) of all the values that cf1 might have.

Possible solution(s)

No response

Alternatives

No response

Additional Context

No response

meteormatt commented 6 months ago

custom field cf1 value maybe not a list. You can use issue.fields.cf1 to get value.