Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The Root Cause Analysis plugin comes pre-loaded with a variety of custom JQL functions for use within the Advanced Issue Navigator JQL search field.

The available JQL functions are:

JQL FunctionDescriptionUsage Example
RootCauseAnalysisAttributer()

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

 

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


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


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

RootCauseAnalysisAttributerSummary()  
RootCauseAnalysisResolverSummary()  
RootCauseAnalysisCloserSummary()  
RootCauseAnalysisDeterminationUnknown()  
RootCauseAnalysisDeterminationAvoidable()  
RootCauseAnalysisDeterminationUnavoidable()  
RootCauseAnalysisIssueAttributedDuring()  

 

 

  • No labels