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:
Available JQL Functions | ||||||
JQL Function | Description | Usage Example | ||||
---|---|---|---|---|---|---|
RootCauseAnalysisAttributer() | Lists all Attributer Issues where the provided user set the Root Cause Issue field.
|
| ||||
RootCauseAnalysisResolver() | Lists all Attributer Issues where the provided user was the Resolver of the Issue set in the Root Cause Issue field |
| ||||
RootCauseAnalysisCloser() | Lists all Attributer Issues where the provided user was the Closer of the Issue set in the Root Cause Issue field |
| ||||
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() | ||||||
RootCauseAnalysisDeterminationUnavoidable() | ||||||
RootCauseAnalysisIssueAttributedDuring() | 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. | |||||
RootCauseAnalysisDefectIntroductionFactor() | Lists all Attributer Issues where the Defect Introduction Factor has been set to the provided text. | |||||
RootCauseAnalysisDefectDetectionFactor() | Lists all Attributer Issues where the Defect Detection Factor has been set to the provided text. | |||||
RootCauseAnalysisIssueAttributedDuring() | Lists all Attributer Issues where the Attribution Date is during the two specified dates. |
|