Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

workflow custom script validator

Pankaj Mehta
Contributor
May 11, 2023 edited

Hi All,

 

Q.) for Task issue type while moving to close transition in workflow: 
      Error would be displayed if the task have any open subtasks. (open meaning issue not in any done status category)
      Error Message: "All open subtasks needs to be closed"
    > I have written this script , but it is not working.
       import com.opensymphony.workflow.InvalidInputException;

        if (issue.getSubTaskObjects().any { subtask -> subtask.getIssueType().getName() ==               'Task' && subtask.getStatus().getName() != 'Done' })
       {
        throw new InvalidInputException("All subtasks need to be closed");
        }
         Where we need to change?

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 15, 2023

I wouldn't bother with a script.  There's a built-in condition for "only allow transition if all sub-tasks are in one (of a list of) status"

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
atlassian, team ’25 europe, early bird extension, conference discount, barcelona, hybrid event, AI teamwork, early bird pass, digital access, collaboration conference, atlassian events, register now, developer conference

1 week left to save on your Team '25 Europe pass

Still thinking about joining us for Team '25 Europe? Early bird has been extended for just one week! Now’s the time to lock in your lowest rate. Use code TEU25COMM-20 to save 20% at checkout. Hurry, this only lasts for 1 more week.

Learn more
AUG Leaders

Atlassian Community Events