Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create three start/create transitions for one Jira space?

Liza Gonzalez
Community Champion
September 7, 2026

I'm creating three team boards within one Jira space for a client. I am having issues with the automation rule that would transition a new Jira work item to the specific team board. But it isn't working because each team board has a different starting stage. I tried to create a Rovo agent but that didn't work. The workflow is below, I drew the yellow lines to show the two additional starting points. This is a Jira cloud software project.

 

Workflow image.png

2 answers

1 accepted

0 votes
Answer accepted
Sami Shaik
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 Champions.
September 8, 2026

Hello @Liza Gonzalez , 

@Ajay _view26_ shape is the right one (one create transition, one initial status, a rule that routes), so let me go straight to why that rule usually fails, because "it isn't working" with that design has two common causes and both are silent.

1. The rule runs before the team field exists. A "Work item created" trigger fires the instant the item is created, and if the team is set by the create screen, a form, or a second rule, the routing rule reads the field a fraction of a second too early, sees it empty, and matches nothing. The fix is one component: add Re-fetch work item data as the first action after the trigger, so the rule reads the item as it is now. Atlassian documents this exact race in the trigger's notes; it is the most common reason a created-trigger rule "does nothing" in the audit log.

2. The transition does not exist from the initial status. The Transition action can only follow a transition that the workflow allows from the item's current status. If your initial status only has a transition to one place, the rule fails with "no transition found" for the other two teams. Check the workflow: either add a global transition to each team's starting status (any status can reach it), or three specific transitions out of the initial status. Then the rule's transition action will find them.

The design that needs no rule. Boards do not care which status an item started in; they care which column a status sits in. Keep a single initial status, and on each of the three boards put that status in the first column alongside the team's own starting status. Filter each board by the team field (or component, or label). New items land in the right board's first column on day one, the team drags them into their own starting status when they pick them up, and there is no rule to race, no transition to add, and nothing that breaks when a fourth team arrives. The only cost is one shared status appearing in three boards' first columns, which most teams stop noticing after a week.

I would reach for the rule only if the team's starting status carries a business meaning that must be set on creation (an SLA that starts there, an approval that waits there). If it is just where the team's work begins, the column mapping is the cleaner answer.

Not a Rovo agent job, by the way: this is deterministic routing, and an agent adds a probabilistic step to something a rule or a column mapping does exactly.

Liza Gonzalez
Community Champion
September 8, 2026

@Sami Shaik thank you! You're response worked. I added the re-fetch action after the created transition and it worked.

Like • Sami Shaik likes this
Sami Shaik
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 Champions.
September 9, 2026

Glad it was the Re-fetch step, @Liza Gonzalez , that race is silent in the audit log, so it is the first thing I check on any "Work item created" rule that reads a field. If the three boards ever outgrow the routing rule, the first-column mapping is there as the no-rule fallback. Thanks for closing the loop, and credit to @Ajay _view26_  for the shape it sits on.

1 vote
Ajay _view26_
Community Champion
September 7, 2026

Hi @Liza Gonzalez 

This is a pretty common scenario when you have multiple teams sharing a single project but each team needs its own board with a different starting status.

The core issue is that Jira workflows only allow one "Create" transition — the one that fires when an issue is first created. But there are a couple of ways to get this working.

Option 1: Use a shared "Created" status + automation to route

Keep one common initial status (call it "New" or "Created") as the single create transition target. Then set up an automation rule:

  • Trigger: Issue created
  • Condition: Check a field that identifies the team — this could be a custom field like "Team", or Component, or even the issue's Label.
  • Action: Transition the issue to that team's actual starting status.

So if Team A starts at "Design Review", Team B at "Backlog", and Team C at "Triage", the automation reads the team identifier and transitions accordingly. Each board just filters to show issues in its own set of statuses.

Option 2: Separate workflows per issue type

If the three teams work on different issue types (say Team A does Stories, Team B does Bugs, Team C does Tasks), you can map each issue type to its own workflow inside the same workflow scheme. Each workflow gets its own create transition pointing to the right starting status.

This is cleaner if your teams genuinely handle different work types, and it avoids the "bounce through a shared status" step.

Laura Campbell
Community Champion
September 8, 2026

I would agree with option 2, and I would add that custom issue/work item types could also help if the 3 teams want the same issue type (for example, more than one team wants to use Tasks or Stories).

Like • # people like this
Liza Gonzalez
Community Champion
September 8, 2026

Thank you both! I ended up using Sami Shaik's answer regarding adding the re-fetch action. 

Like • Sami Shaik likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events