Create sub-tasks depending on checkbox items selected

- August 5, 2020

Hi all,

I want to be able to create sub-tasks when certain values in a custom checkbox field are checked off, either from when an issue is created or edited.

To further explain, I work with a cybersecurity team that wants to handle detected threats as Jira stories. On these stories is a checkbox field with values:

  • Detection
  • Additional Detection
  • Recommendations/Blockers
  • Test Case
  • Findings for FIRE Review
  • IOC Enrichment
  • Other

We also house sub-task issue types which are named after the aforementioned checklist values. At any point, whether the issue is just being created for the first time, or if the issue is edited and certain values are checked off, I want the sub-tasks created corresponding to the selected values.

Additionally, I wanted to note that we use Scriptrunner and JMWE plugins. What I tried to do is use a Create / Clone issue post-function to fulfill this, but realized this would only work in the event of a workflow transition. I'm now thinking a Scriptrunner behaviour is the way to go, but not sure where to start regarding how to iterate over the values of the checklist and creating the sub-tasks from there.

Any tips or nudges in the right direction is highly appreciated!

2 answers

1 vote
David Fischer
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 5, 2020

Hi,

you created this question in the "Next-gen" section, which is for "Next-gen projects" on Jira Cloud. But since you mentioned Behaviors, I'm guessing you're on Jira Server/DC, right?

- August 5, 2020

Ah yes. Wrong channel.

I was viewing community posts and probably viewed one in the next-gen section, and went to create a question from there.

- August 5, 2020
1 vote
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 5, 2020

Hi @Ian Balas 

As an alternative, have you considered using automation rules to create the sub-tasks?  That could be triggered off the original issue create or edit.

Please look here for information to get started with the automation rules:

https://support.atlassian.com/jira-software-cloud/docs/automate-your-jira-cloud-processes-and-workflows/

 

Best regards,

Bill

Suggest an answer

Log in or Sign up to answer