Hi all. I'm creating an automation that should create a new sub-task every time a checkbox is ticked in a field.
I have a checkbox field called "languages" with ~29 different languages. I want the automation to create a new sub-task for each language ticked, with that languages name as the summary.
Example: Spanish, English and French are ticked, we get three sub-tasks
Task 1: "Spanish"
Task 2: "English"
Task 3: "French"
Hi @jose.chaves and welcome to the community,
You can create a rule the one below:
On the advanced branching place the following:
And during the issue creation, place the following:
You can delete the audit logs, since I placed them for testing purposes.
Let me know if you succeeded!
Hi Alex, this indeed worked, thank you so much!
One followup question.
The automation currently takes all the checked values and create the subtasks. If I were to uncheck any value or check a new one after the fact, it will create a new sub-task for all checked values at that moment, including the previous ones, creating some duplicates.
Do you know of any way to have JIRA Automation just create one sub-task per checked value once and not duplicate if the ticket is updated?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@jose.chaves before creating an issue you could:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.