Forums

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

function like 'JOIN' in filter

Gamze Ercan Kaya October 13, 2020

Hi,

I have 2 project. In first project, there are vehicle info issues and the second project has vehicle's problem issues and 2 project have vehicle number. I want to create report both info vehicle and how many vehicle has problem issue. If i develop software, i will join vehicle's number of 2 project. But i cannot do this in jira. Can you help about this situation?

2 answers

0 votes
Jack Nolddor _Sweet Bananas_
Atlassian Partner
October 13, 2020

Having a common field to identify a vehicle you can query... All vehicles and their problems:

(project = "Vehicle Info" AND type = "Vehicle") OR (project = "Vehicle Problems" and type = "Problem") ORDER BY license_number, createdDate DESC

 

I suggest you to link somehow vehicles and their problems for better traceability.
Epic --> Story
Issue Linking
Parent --> Subtasks
Issue Picker Field (using 3er party apps like EasyLinks)

0 votes
Gamze Ercan Kaya October 13, 2020

Also there is no relation like parent child.

Suggest an answer

Log in or Sign up to answer