I’m looking for guidance on configuring Jira Automation for the following scenario and would appreciate a full automation rule setup (trigger, conditions, branching, and actions).
We have an Intake Request (JSM issue / request type) that goes through an approval workflow. Once the request is approved, we want to automatically create a Story in the appropriate team’s Jira Software space.
When an Intake Request is approved, an automation should create a Story.
The Story must be created in a specific team’s space based on the value selected in a form field called “Process Impacted”.
The automation should route the Story to the correct team project depending on that field value.
The automation should run only after the Approver approves the transition.
If Process Impacted = Payroll → Create Story in PAYROLL project
If Process Impacted = Benefits → Create Story in BENEFITS project
If Process Impacted = Recruiting → Create Story in RECRUIT project
The intake request uses Forms (JSM Forms).
The Process Impacted field is a single-select dropdown on the form.
We want to pass key fields from the intake (summary, description, priority, attachments if possible) to the created Story.
Best practice for triggering the automation after approval
How to read the form field value in automation
Whether to use If/Else conditions or Branching for project routing
A complete automation rule example (trigger → conditions → actions)
Screenshots or step-by-step explanations would be extremely helpful.
Hello @arunachalam_angusamy
Welcome to the Atlassian community.
Have you tried to create this rule or any portion of this rule? I would encourage you to do that.
For instance you could start with a Manually triggered rule that creates an issue in another project.
Then working on creating that issue differently based on a value in a field in the trigger issue. I recommend using If/Else logic for that.
With regard to access data in Form fields there is documentation here that you can review about smart values (used in Automation) to access Forms and fields in Forms:
With regard to triggering the rule based on the item getting approved there is an Approval Completed trigger available out of the box.
https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Approval-completed
Try a few things, using test Spaces or a test instance so that you don't negatively impact your production data. Come back to us with questions.
Thank you for your thoughts. I applied them. I tried it earlier with one team project and was able to do it successfully. Now I’m trying to apply it to multiple projects, and I got stuck. I think I can use it in an If‑Else branch, and it should work, I believe.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please let us know if you are successful, or if you have more questions on this implementation. Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding to Trudy's suggestions...
As a reminder, this is the Atlassian Community. It is a place for people to collaborate and learn from one another. It is not free labor source to build automation rules upon demand. Community members recommend first trying to create a rule to focus what help is needed for your scenario. When you encounter rule challenges, posting images of your rule and audit log, and explaining the challenges, help the community offer better suggestions.
When you regularly need additional help creating rules, I recommend discussing this with your Jira Product Admins to get their support and to learn about free training from Atlassian on automation rules:
https://community.atlassian.com/learning/catalog?search=automation
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the reminder and the guidance. I appreciate the perspective. That’s fair feedback.
To clarify my intent: I am not looking for someone to build the automation for me. My intention is to understand if others have encountered a similar situation before, learn what approaches worked well for them, and compare those patterns with my own implementation so I can adopt best practices.
I will share the automation that was already I explored with it without the approval.
Appreciate the suggestion about Jira Product Admins and Atlassian training as well. I will look into those resources too.
Thanks again for keeping the community collaborative and focused.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, and I look forward to seeing your rule / audit log to help with anything not working as you expected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.