Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

[JQL] Join different fields

박성민_학해_
Contributor
June 17, 2024

 

Project A (Jira Software)
Project B (Jira Service Management)

A Project issue type: a, b, c
B Project Field options: a, b, c


Although they are different fields, I want to filter issues as if they were one field.

Please tell me JQL.

1 answer

0 votes
Ste Wright
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 17, 2024

Hi @박성민_학해_ 

Can I clarify the logic here?

  • You want to query issues in Projects A/B
  • Search for different field values based in Project A/B

...is this correct?

---

Is this an either/or scenario? For example:

  • Find all issues in Project A which are Stories or Bugs, OR
  • Find all issues in Project B where Priority is High or Medium?

JQL might then be...

project = "Project A" AND issuetype in (Story, Bug) OR project = "Project B" and priority in (High, Medium)

---

If this is not what you need, let us know more specifics so we can help further :)

Ste

박성민_학해_
Contributor
June 17, 2024

Hi, @Ste Wright 

Thank you for your interest.

Issue types for Project A: apple, banana, orange
Project B's Custom Field options: apple, banana, orange

Filter all issues in Project A and analyze issue types.
The issue type of Project B is different from Project A.
So Project B used custom fields to distinguish fruits.

Current: I wrote separate charts for A and B.

Conclusion: I want to extract A and B at once and check which fruits were produced in the most in one chart.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events