Hello,
Using a team-managed project, setup as Kanban, we have the Board and Backlog:
Is it possible to automatically change the status of a story (bug, tech debt, etc.) from Backlog to To Do when we move a story from the Backlog to the Board?
Thank you.
Hi @Gérard Françon Welcome to Atlassian Community!
Unfortunately, it's not possible to set up automation for Team Managed project when issue to Board from backlog. You can only setup for Company Managed project or Scrum Team Managed Project.
Similar post : https://community.atlassian.com/t5/Jira-questions/how-to-change-issue-status-when-its-moved-onto-the-board/qaq-p/2188144
Thank you @Vikrant Yadav for your answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Gérard Françon Thanks for your response!
Kindly accept the solution, if it works for you. As it helps others looking for same solution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gérard Françon -- Welcome to the Atlassian Community!
Adding to the answer from @Vikrant Yadav ...
There does not appear to be an event visible to automation rules when issues are moved to / from a team-managed project board, and so rules cannot detect this change. It does not even show up as an issue update!
A convoluted workaround is using a scheduled trigger rule to check which issues are on the board, and then transition any which are in "backlog" to your first status (e.g., "To Do"). For example:
A major problem with this rule is automation usage. Each execution will count toward monthly usage, and you appear to be on a Free license level. If this rule ran too often it would quickly consume your 100 count limit. If you ran it daily, it may not be often enough to help avoid the manual step to just change the status.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.