We currently have 2 different board.
If I move a task from In progress into Done on the second board, how can I automatically update the same task showing on the 1st board into Done?
Both board will contains the same task (Summary title)
I've tried to automate it using the new Jira automation but no success...
Thanks!
Lucas
Boards are not containers of issues, they are a view. of a selection of issues.
The status of an issue is an attribute of the issues, not the board it might be visible on. If you change the status of an issue, all boards that it is on will show it in the column the status is mapped to.
There is no such think as "update a task on another board". You update the issue, the boards show the new data. There's nothing to automate here. Change the status in board 2, board 1 will reflect the new status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.