Two projects on 1 board possible?

John Szarek October 11, 2019

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.  

 

3 answers

1 accepted

0 votes
Answer accepted
John Szarek October 11, 2019

You have to make sure that you map all of the status or else you can orphan records and make it look like nothing is there.  

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 11, 2019

Hi John,

it seems, based upon what you have shared the issues should show but let's dig in a bit. 

  1. can you please perform a search for issues using that same filter? Do you see issues returned? I would certainly expect to unless you don't have any issues in either project. BTW, you can simplify (?) the filter to - project in (ar,bd)
  2. do you have any sub-filter configured that might exclude the issues?
John Szarek October 11, 2019

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

0 votes
Hana Kučerová
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 11, 2019

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

John Szarek October 11, 2019

yes the results show in the query

Suggest an answer

Log in or Sign up to answer