You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: