Forums

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

How can i compare 2 fields developers and participants in worklog with jira

Jose Fernandez Gabriel Juan Pablo Diego Sergio Javier Garcier ViktorRodriguez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 5, 2019

How can i compare 2 fields (developers and participants in worklog) with jira

1 answer

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 6, 2019

Hello Jose,

Natively In Jira this is limited to options that can be directly compare by opposing values in two different fields, as issue JQL results only return the data for the desired options specified for the issue in a JQL statement,  an example of a method that could be used to look for issues where the creator and reporter are different could be:

creator = currentuser() AND reporter != currentuser()

Alternatively you can parse the results manually.  One method is to export the data as a CSV and use an external application like Excel or OpenOffice to query the results.

The following Post details a few add-ons that extend this function via scripted functions that can accomplish this:

If you want to look at the backend you could parse the data in SQL looking at the "customfield" table in the DB scheme.

Regards,
Earl

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events