Hi community,
question about Team field (Jira Cloud Premium).
Team filed is locked and can not be configured as required via Field Configarion scheme.
I found a way to make it mandatory on Crete screen - I used field validation upon creation and this workaround works (although very confusing for users).
But my problem now is how to prevent Team field value to be removed on edit screen (i.e. to prevent this field to be empty on when editing a screen).
I will be happy to get any tips.
Thank you!
Hi @Veronika ,
The "Team" field currently doesn't allow the field validation you mentioned, a workaround I can suggest would be to add the field only to the "VIEW" screen scheme, and remove it from the "EDIT" screen to prevent it from being edited by anyone else.
Hope this helps.
You might want to dabble a bit into the Jira Automation then :-)
In theory:
* Trigger : When TEAM is cleared
* Action: Get value of previous TEAM value in variable, can be done via {{changelog.Team.fromString}}
* Action: Update TEAM field via API or JSON with the Edit Issue field (not tested)
Reference :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.