Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Available JQL Functions
JQL FunctionDescriptionUsage Example
RootCauseAnalysisAttributer()

Lists all Attributer Issues where the provided user set the Root Cause Issue field.

 

Note

You can search for a single user or multiple users by separating the users with a comma.

RootCauseAnalysisResolver()

Lists all Attributer Issues where the provided user was the Resolver of the Issue set in the Root Cause Issue field


Note

You can search for a single user or multiple users by separating the users with a comma.

RootCauseAnalysisCloser()

Lists all Attributer Issues where the provided user was the Closer of the Issue set in the Root Cause Issue field


Note

You can search for a single user or multiple users by separating the users with a comma.

RootCauseAnalysisAttributerSummary()Lists all Attributer Issues where the Attributer Summary contains the provided text. The search is case-insensitive.
RootCauseAnalysisResolverSummary()Lists all Attributer Issues where the Resolver Summary contains the provided text. The search is case-insensitive.
RootCauseAnalysisCloserSummary()Lists all Attributer Issues where the Closer Summary contains the provided text. The search is case-insensitive.
RootCauseAnalysisDeterminationUnknown()Lists all Attributer Issues where the Determination field has not been set.
RootCauseAnalysisDeterminationAvoidable()Lists all Attributer Issues where the Determination field has been set to Avoidable.
RootCauseAnalysisDeterminationUnavoidable()Lists all Attributer Issues where the Determination field has been set to Unavoidable.
RootCauseAnalysisIssueAttributedDuring()

Lists all Attributer Issues where the Attribution Date is during the two specified dates.

Image Modified 

Note

You need to specify the dates in the expected date picker format configured for your JIRA instance. The JQL function will provide a format example when it rejects a supplied date.

...