If issuetype = Task ,make Label field Mandatory. need groovy script to add this as validator in workflow
Hello @vamsi
Try simple scripted validator like this
!(issue.issueType.name == 'Task' && issue.labels == null)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.