Skip to content

[SHS-491] feat: jira-update-due-date action#33

Merged
zejuniortdr merged 1 commit into
mainfrom
feature/SHS-491-jira-update-due-date
Jun 8, 2026
Merged

[SHS-491] feat: jira-update-due-date action#33
zejuniortdr merged 1 commit into
mainfrom
feature/SHS-491-jira-update-due-date

Conversation

@zejuniortdr

Copy link
Copy Markdown
Collaborator

Summary

  • Nova GitHub Action composta jira-update-due-date que atualiza o campo duedate de issues do Jira em "In Progress", sem due date e com Story Points.
  • Calcula a data como hoje + N dias úteis via mapa SP → dias configurável; quando há subtarefas com duedate, usa o maior entre elas como override.
  • Suporta múltiplos customfields de Story Points (ordem de fallback), dry_run, status configurável e arquivo de scopes JSON.

Test plan

  • Rodar workflow consumidor com dry_run: true e validar logs [dry-run] por issue.
  • Conferir que a JQL gerada cobre os scopes esperados.
  • Rodar com dry_run: false em projeto piloto e validar duedate aplicado no Jira.
  • Validar override por subtarefa (issue com subtarefa cuja duedate é maior que o candidato por SP).

🤖 Generated with Claude Code

Adiciona action composta que atualiza o campo Due Date de issues do
Jira em "In Progress", sem duedate e com Story Points, usando um mapa
SP -> dias uteis configuravel. Quando a issue tem subtarefas com
duedate, usa o maior entre elas como override.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the waiting review Waiting 2 approvals label May 23, 2026
@zejuniortdr zejuniortdr self-assigned this May 23, 2026

@LFelipe-sb LFelipe-sb left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Aprovado

@almeidaraphael almeidaraphael left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@github-actions github-actions Bot added waiting QA and removed waiting review Waiting 2 approvals labels Jun 8, 2026

@PabloPSM PabloPSM left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@zejuniortdr zejuniortdr merged commit 979e965 into main Jun 8, 2026
8 of 9 checks passed
@zejuniortdr zejuniortdr deleted the feature/SHS-491-jira-update-due-date branch June 8, 2026 16:54
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.

7 participants