Hi,
is it possible to create automation which after transition Story open window to create sub-task related to the Story?
or
is it possible to create automation to open Sub-task to data edition?
Thanks for help :-)
Hello @Michał Kleszczewski
It is not possible to use an Automation Rule to open the Create Issue dialog.
You can use an Automation Rule to automatically create issues. If you want to add a Subtask to an issue when it transitions the basic structure of the rule would by
TRIGGER: Issue Transitions
CONDITION: Type is not one of (Epic, subTaskIssueTypes())
ACTION: Create Sub-task
You can find more information about Automation Rules and drill into each of the topics above from here:
Thanks for the info Trudy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.