Hello.
I am creating issue with automation. My kanban board has 5 columns. All my incidents are automatically added to the 1st column.
How can I make the incidents be created automatically in the 2nd column? What should I add in the condition? I can't find how to do it and or where to do it.
Thanks.
Sorry, I don't quite understand how to do it. When I add the state change conditions, then I have error in the cron.
1.) Create another automation. Trigger is when issue is created. 2.)Then add new condition Reporter is Automation for Jira. 3.)Then add new action, transition issue to the status in your second column. Note: on Rule Details, Check "allow other rule actions to trigger this rule. Only enable this if you need this rule to execute in response to another rule." From Workflow, First Status should have transition to Status mapped in second column.
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.
Hi @Athos Online ,
Your columns represent statuses. Each issue is created in the initial status of your workflow.
So if you want them to move to specific column/status you will have to automate that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Athos Online ,
since your '2nd column' is related to another status, what you're trying to achieve is actually an automated transition for your incidents. Without further knowledge of your specific configuration or workflow, the approach would be as follows:
This approach requires a transition to be available between the statuses of your 1st and 2nd column.
Cheers
Thorsten
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
a
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You'd need to include a transition action in your automation rule and transition the newly created issue to the correct status that maps to your second column on the kanban.
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.