Skip to content

Yurutme Gecmisi

Execution history provides a detailed log of every automation run in your project. It shows what triggered each run, which conditions were evaluated, what actions were taken, and whether the run succeeded or failed. Use execution history to monitor your automations, verify they are working as expected, and troubleshoot problems.

Yurutme gecmisini goruntuleme

Kayda erisim

  1. Navigate to your project.
  2. Go to Settings > Automations.
  3. Click the Execution History tab.

The execution log shows recent runs in reverse chronological order (newest first).

Kaydi filtreleme

Use the filter controls to narrow the log:

FilterOptions
RuleFilter by a specific automation rule
StatusSuccess, Failure, Partial, Skipped
Date rangeStart and end date for the time window
Trigger typeState change, Priority change, Label added, etc.
Work itemFilter by a specific item ID

Calistirma detaylari

Click on any execution entry to see its full details.

Detay alanlari

FieldDescription
Run IDUnique identifier for this execution
Rule nameThe automation rule that was triggered
TimestampExact date and time the run occurred
Trigger eventThe event that fired the rule (e.g., "State changed to Done")
Work itemThe item that triggered the rule (with link)
Triggered byThe user whose action caused the trigger
Conditions checkedList of conditions evaluated and their results (pass/fail)
Actions takenOrdered list of actions that were executed
StatusOverall run status
Error messageIf failed, the reason for the failure
DurationHow long the execution took

Calistirma durumlari

StatusMeaning
SuccessAll conditions passed and all actions executed successfully
FailureOne or more actions failed to execute
PartialSome actions succeeded but others failed
SkippedThe trigger fired but conditions were not met, so no action ran

TIP

"Skipped" runs are normal and expected. They mean the automation rule was triggered but the item did not match the conditions. You can use skipped runs to verify your conditions are filtering correctly.

Basarisiz calistirmalarin hatasini ayiklama

When a run fails, the execution detail page shows the specific error that occurred. Common failure reasons and their solutions:

Yaygin basarisizliklar

ErrorCauseSolution
Target state not foundThe action references a state that no longer existsUpdate the rule to use a valid state
Member not foundThe target assignee has been removed from the projectUpdate the rule with a current project member
Label not foundThe referenced label was deletedCreate the label again or update the rule
Permission deniedThe automation system lacks permission for the actionCheck workspace and project permission settings
Cycle not foundThe target cycle was deleted or archivedUpdate the rule to target an active cycle
Rate limit exceededToo many automations fired simultaneouslyReduce the number of overlapping rules
Circular dependency detectedAn action triggered another rule that loops backReview rules for circular trigger patterns

Basarisizligi arastirma

  1. Open the failed run from the execution history.
  2. Check the Error message field for the specific reason.
  3. Review the Conditions checked section to verify the rule targeted the correct item.
  4. Check the Actions taken section to see which action failed and where in the sequence.
  5. Navigate to the referenced rule and update the configuration.

WARNING

Circular dependencies occur when Rule A's action triggers Rule B, and Rule B's action triggers Rule A. SetGet detects these loops and stops execution to prevent infinite chains, marking the run as "Failed" with a circular dependency error.

Basarisiz calistirmalari yeniden deneme

For runs that failed due to transient issues (e.g., temporary system load), you can retry the execution:

  1. Open the failed run detail.
  2. Click Retry at the top of the detail page.
  3. The system re-evaluates the conditions against the current state of the work item and re-executes the actions.

Yeniden deneme degerlendirmeleri

  • Retries use the current state of the work item, not the state at the time of the original failure. If the item has changed since the failure, the retry may produce different results.
  • Retries are logged as separate execution entries linked to the original run.
  • You cannot retry "Skipped" runs because no action was attempted.

Yurutme gecmisi saklama

Execution history is retained according to your plan:

PlanRetention period
Free7 days
Pro30 days
Business90 days
EnterpriseCustom
Self-hostedConfigurable

Older entries are automatically purged. If you need long-term audit records, export the execution history before it expires.

Gecmisi disari aktarma

  1. Go to the Execution History tab.
  2. Apply any desired filters.
  3. Click Export to download the filtered history as a CSV file.

En iyi uygulamalar

  1. Review regularly — Check execution history weekly to catch silent failures or unexpected behavior.
  2. Monitor skipped runs — A high number of skipped runs may mean your conditions are too restrictive or the trigger is too broad.
  3. Fix failures promptly — Failed rules are not automatically retried. Unresolved failures mean work items are not being processed as intended.
  4. Name rules clearly — Good rule names make the execution log much easier to scan.
  5. Avoid overlapping rules — If multiple rules act on the same trigger, review the execution order and check for conflicts.

Ilgili sayfalar