You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I have created a Automation Rule, which gets triggered when a specific type of Issue is created.
The rule needs to create more than 10 Sub-tasks for the triggering issue
the fields being set for these 10 sub-tasks are same except name and I have to do these values set repeatedly (fields like assignee, reporter, priority etc.)
Is there a way I can copy the 1st action I created 10 times and just change the name ?
I would love this feature. I am creating a bunch of issues via action which more or less similary and it would be great if I can copy these actions. :(
Hey there Arun,
There's no real way to copy components of a rule since they're usually pretty quick to create and once you do and it's a do once and your done kinda thing.
If you really need to you could use the "Advanced fields" section which uses Jira's JSON format directly. That would be easier to copy and paste between the components. https://docs.codebarrel.io/automation/smart-fields/advanced-fields.html
Cheers,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Mark.
I could and have tried the Advanced field but faced a challenge in setting and using Multi-Value field like Labels
I used below to set labels from the Parent issue, but if the parent has multiple labels, it errors out. for e.g. Label1,Label2. somehow it doesn't like the Comma
"labels": [ "{{issue.fields.labels}}" ],
But when I used the fields, it copies the whole Labels value to the child Issue
Any clue or suggestions ?
Regards
Arun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
It will be very helpful to have an opportunity to copy the tasks inside the rule.
It is a lot of work to create almost the same tasks with subtasks every time.
For example, I have a task to deploy a feature and 5 sub-tasks. Now I need 4 different features with almost the same subtasks. It is time consuming.
Thanks,
Natalia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.