Hi all,
I have two teams working out of the same project in Jira Cloud. I am trying to require a field only if the issue belongs to Team A and not Team B.
We use a custom multiselect field 'Team Name' to track which team a ticket is assigned to and would like to require a number field 'Actual Story Points' based on team name value and before the issue is transitioned in 'Done' status.
In Jira server I was able to stumble through groovy expressions but in Jira Cloud there is no way to set conditionals for required fields outside of script runner :(
Any help is greatly appreciated!
Hi Yevgeniy,
I can confirm if you just wanted to make the number field required when a value is selected in the Multi-select field on the Create screen, then you could use Behaviours from ScriptRunner for Jira Cloud to do this.
We have an example behaviour script here that will help create a script to do this. With this you would need to change the field type key to be a multi select list field which is
Otherwise, you will need to use Workflow Validators, and we have some example expressions on the page here that may help.
I hope this information helps.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.