Open nitrocode opened 2 months ago
vote for this issue also, please consider to add the navigable support during the search_tickets(fields=navigable) etc.
There does seem to be a way to do this but you need administrator privileges in order to access the jira screens, then you can get the screen for the project, and finally retrieve all the visible fields. It's possible that jira doesn't output the visibility unless navigating to screens.
Problem trying to solve
I want to be able to set custom fields as required in jira tickets but only if that field is exposed in the UI.
For PLATFORM project tickets, the field may be editable and in GRAPH project the field may not be editable.
At the moment, I use the following
and
issue.fields
returns all the fieldsThere is also
However, this also shows me all the fields.
If the field does not have a value or is uneditable, the value will default to
None
which isn't helpful.Possible solution(s)
Looking for one.
Maybe it can figure out the project name, check the view of the project, see what fields are exposed, and then we'll know which fields are editable.
Alternatives
Additional Context