I have 2 projects set up. A parent intake project and then a second (third, fourth,fifth) project for the teams doing the work.
I have built the board's query to include the work for both projects:
project = ar or project = bd order Rank ASC (for example)
The workflows appear in the board column screen,
but when I view the board the issues do not appear on the board or backlog.
Hi John,
it seems, based upon what you have shared the issues should show but let's dig in a bit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1. Yes they do show up in the query. I edit the filter on the board and hit search and they show up.
2. No sub filters
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John,
this should work.
Does the result of your query find any issues?
Could it be, that you are missing "by" in ORDER BY statement?
JQL: project in (ar, bd) ORDER BY Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes the results show in the query
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.