Skip to main content

Recent Runs and Outcome Reference

What Recent runs is

The configuration screen displays a bounded diagnostic tail of up to 10 recent executions for the rule's field triple.

It is designed to answer: "Did this rule run, and what happened?"

It is not a complete audit log. The oldest entry is removed when an eleventh entry is written, and concurrent executions can theoretically overwrite one diagnostic entry because the current store uses a read-modify-write update.

Data shown

A run can include:

  • timestamp;
  • issue key;
  • transition ID and name;
  • operation;
  • outcome code and severity;
  • summary and technical detail;
  • retry count; and
  • duration.

Numeric source values and the calculated result are not explicit run-history fields. See the privacy guide for the current error-detail release gate.

History sharing

The history key is based only on Source Field 1, Source Field 2, and Target Field. The same field triple used on different transitions shares one bucket. Transition names in each entry identify where a run occurred.

Outcome reference

UI labelOutcome codeMeaningAdministrator action
UpdatedSUCCESSTarget field was updatedNone
SkippedSKIPPED_SOURCE_EMPTYAt least one source was emptyPopulate both sources or accept the skip
Config missingCONFIG_MISSINGJira delivered no rule configurationReopen and save the post function
Config invalidCONFIG_UNPARSEABLESaved configuration could not be parsedRecreate or resave the rule
Config incompleteCONFIG_INCOMPLETEA required field or issue reference is missingComplete the configuration
Target = sourceCONFIG_SELF_REFERENCETarget is also a sourceSelect a different target
Not a numberSOURCE_NOT_NUMERICA source value is not numericCorrect the field data/type
Unknown operatorOPERATOR_UNKNOWNSaved operator is unsupportedEdit and select a supported operator
Divide by zeroDIVIDE_BY_ZEROSource Field 2 is zero for divisionChange input or rule
Invalid resultRESULT_NOT_FINITECalculation produced a non-finite numberReview values and operation
Read failedISSUE_FETCH_FAILEDJira issue read failedCheck availability and retry
Field unavailableFIELD_NOT_AVAILABLETarget does not resolve for the issue/contextCheck field existence and context
Update rejectedFIELD_UPDATE_REJECTEDJira rejected the target updateReview target type, field context, and detail
Permission deniedPERMISSION_DENIEDApp could not read or update as requiredReview app/site permissions
Rate limitedRATE_LIMITEDJira throttled requests after retriesWait and transition/test again
FailedUNEXPECTED_ERRORUnexpected execution errorCapture time, issue key, transition, and contact support

Free-app license note

The source currently contains a historical LICENSE_INACTIVE outcome and "No license" UI label. The production manifest disables licensing. A customer-facing Free release should not show subscription-renewal messaging. If it appears, capture a screenshot and contact support because the install may be running an inconsistent build.