On this page
Use case
Often creating repetitive issues is daily work, e.g. in a software development release process. It might be that for every new feature specific tasks have to be done in order to successfully release a new software version containing this feature, be it updating the product documentation, the marketplace presence or sending a newsletter to all customers.
To avoid creating these issues always manually, the following automation rule can easily manage this by creating the issues automatically.
Issue Created event
Providing a description will help you to identify what the rule does but this step is optional.
Add a Trigger → Issue Event → Issue Created
Boolean condition
Add the Boolean condition and enter the following Parser Expression*
%{trigger.issue.project.key} = "key1" and %{trigger.issue.issueType} = "New Feature"
key1
with your project key.
Create issue action
Issues to be created*
Choose Multiple issues
Parser Expression*
3
with parsing mode set to Date/Mathematical
Issue type*
Choose Sub-task
Parent issue*
Choose Trigger issue
Summary*
Use the following Parser Expression:
getMatchingValue(^,[1,2,3], ["Documentation","Marketplace","Newsletter"])
with parsing mode set to Advanced.
Description*
Use the following Parser Expression:
getMatchingValue(^,[1,2,3], ["Issue for creating the documentation for the feature", "Issue for updating the marketplace presence for the app", "Issue for creating a newsletter for the feature"])
with parsing mode set to Advanced.
Screencast
This is how the configuration above should look on your screen
Related use cases
BEGINNER INTERMEDIATEUse case Automated action Use case description Complexity Add sub-tasks to an issue on creation Automatically create 3 sub-tasks - Documentation, Marketplace and Newsletter. Create sub-tasks depending on selected values in a custom field When an issue is created, sub-tasks for each option selected in a checkbox custom field will be created.
If you still have questions, feel free to refer to our support team.