Forums

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

Automation: How to configure condition based on which is the target board

Stefan Wallin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 7, 2020

I have one project with a common backlog for three kanban teams with their own board. We have a field on issues to denote which team an issue belongs to. Is there a way to with JQL or other conditional test which board an issue is transitioned to when dragged? I'd like it to automatically edit that issue and choose the team property of the transitioned issue.

 

Example:

1. Issue in backlog.

2. User on backlog view of a kanbanboard named "Team Black" with JQL filter: 

status = Backlog OR status != Backlog AND cf[11000] = "Team Black"

3.  User drags issue from Backlog to First column of the Board. A column containing only status: "Selected for development".

4. Now I'd like to have an automation rule kick in and set the value of "cf[11000]"  to "Team Black", either by querying the current board name of the backlog, or the name of the target board.

 

Is this possible somehow? (I could have a unique first column status for each team board, but I'd prefer to have only a single status for that. I.e, statuses named: "Selected for Black", "Selected for Blue" et.c.) 

0 answers

Suggest an answer

Log in or Sign up to answer