Skip to content

feat: jira status change task display#4759

Open
Cynthia-0203 wants to merge 8 commits into
koderover:mainfrom
Cynthia-0203:feat/jira-status-change-task-display
Open

feat: jira status change task display#4759
Cynthia-0203 wants to merge 8 commits into
koderover:mainfrom
Cynthia-0203:feat/jira-status-change-task-display

Conversation

@Cynthia-0203

@Cynthia-0203 Cynthia-0203 commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

What this PR does / Why we need it:

Supports syncing Zadig workflow execution information back to Jira issue custom fields.

Users can configure Jira custom field IDs in the Jira issue status change job. When the workflow status changes, Zadig updates the selected Jira issues with the latest workflow information, such as workflow name, workflow status, and workflow task URL.

What is changed and how it works?

  • Added field_mappings to Jira workflow job specs and Jira job task specs.
  • Added Jira issue field update support via PUT /rest/api/2/issue/{issueKey}.
  • Jira fields are updated when the workflow status changes.
  • Cancellation flow also triggers Jira field sync after the task is marked as cancelled.
  • Jira field sync failures are logged only and do not affect the workflow execution result.

Does this PR introduce a user-facing change?

  • API change
  • database schema change
  • upgrade assistant change
  • change in non-functional attributes such as efficiency or availability
  • fix of a previous issue

This change is Reviewable

@Cynthia-0203 Cynthia-0203 changed the title Feat/jira status change task display feat/jira status change task display Jun 12, 2026
Signed-off-by: Cynthia <chenchen@koderover.com>
Signed-off-by: Cynthia <chenchen@koderover.com>
@Cynthia-0203 Cynthia-0203 force-pushed the feat/jira-status-change-task-display branch from 5af0a73 to 0dbc137 Compare June 12, 2026 06:02
Signed-off-by: Cynthia <chenchen@koderover.com>
Signed-off-by: Cynthia <chenchen@koderover.com>
Signed-off-by: Cynthia <chenchen@koderover.com>
@Cynthia-0203 Cynthia-0203 changed the title feat/jira status change task display feat: jira status change task display Jun 15, 2026
Signed-off-by: Cynthia <chenchen@koderover.com>
Signed-off-by: Cynthia <chenchen@koderover.com>
Signed-off-by: Cynthia <chenchen@koderover.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant