Hi all,
I recently started working with Jira, i am still configuring the environment. I had a request to add a filter for swimlanes. So as asked i made some changes in the swimlanes. Added a swimlane for API, Front & Back - end issues with a filter on custom radio buttons. The only thing is that the sub tasks aren't going to the swimlanes they belong to. Is there some JQL query to add the sub tasks along with the issues?
The JQL query i use now is: "Front Back end" = Front-end
Thanks in advance,
Jeffrey Slootweg
Hi @Jeffrey Slootweg and welcome to Community!
Do you see any sub-task at all in your board? Is the "Front Back end" field used in sub-tasks? Or is it only filled in the parent tasks?
- Manon
Hi @Manon Soubies-Camy Thank you!
Yes i see the subtasks on the board. The Front Back end field is used in the Parent (issue) i did this because i don't want to adjust it all by myself by hand. I was looking for a JQL query to solve this for me, after the subtasks are on the correct place i will add the "Front Back end" field to the subtasks aswell.
Kind regards,
Jeffrey Slootweg.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think Automation is the solution, you can build a rule like this one:
You would just need to replace the field "Component" with your field "Front Back End".
Depending on the type of project you're using, you can access the Automation menu from:
Hope this helps,
- Manon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I think this will work, but i work with the free version of Jira. This solution will consume more then the 100 free automation calls. Is there another way to fix this?
Kind regards,
Jeffrey Slootweg.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately you won't have any other solution than updating manually each sub-task. There is no out-of-the-box JQL query to get an issue and its sub-tasks.
Best,
- Manon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oke no problem thanks for your support.
Kind regards Jeffrey
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.