Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

On this page

Table of Contents
maxLevel2
exclude(On this page|Use case).*
stylecircle
typeflat
separatorpipe



UI Text Box
sizemedium
typeinfo

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, while 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.


UI Expand
titleShould I use a workflow post function or an automation rule?


UI Text Box
typetip

When to use this workflow post function and when to use an automation rule?

This use case is very useful if only want to create issues automatically for one project and workflow.

If repetitive issues have to be created in several projects, however, that have different workflows, configuring just one automation rule with the Create issue action might then be the easier way to go.

In this case, you might want to check out our corresponding automation use case.



Configuration

UI Steps


UI Step

Add a Create issue post function to the workflow transition you want. The Create issue transition might be the best choice here.


UI Step

Issues to be created

UI Steps


UI Step

Mode

Choose Multiple issues


UI Step

Expression

Code Block
languagebash
linenumberstrue
3

with parsing mode set to Numeric


UI Step

Issue type

Choose Selected issue type → Sub-task


UI Step

Parent issue

Choose Current issue




UI Step

Summary

Enter the following Parser Expression:

Code Block
languagebash
linenumberstrue
getMatchingValue({seed.number},[1,2,3],
["Documentation","Marketplace","Newsletter"])

with parsing mode set to Advanced text.


UI Step

Description

Enter the following Parser Expression:

Code Block
languagebash
linenumberstrue
getMatchingValue({seed.number},[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 text.


UI Step

Run as

User

Choose Current user




Screenshots


Related use cases

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Parser functions, Label
sortByTitle
cqllabel = "use-case-workflow" and ancestor = "27066752"


Excerpt Include
DECADIS:Contact support
DECADIS:Contact support
nopaneltrue


Page properties
hiddentrue


JWT feature

Workflow function

Create issue

Parser functionsgetMatchingValue()
Label



Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged