Add custom calculated label to issues on sprint start

Daniel G_ Sinclair December 8, 2022

I want to label all tickets in a sprint when the sprint starts so that I can know which issues were planned.

However, I want the label to be "Planned[Sprintname]"

So trying to figure out how do use an automation to do these steps:

1. When sprint starts (across many projects at once!)

2. For all issues in that sprint

3. Add a label called "Planned{Sprintname}"

HELP! Thank you.

1 answer

1 vote
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 8, 2022

Hi @Daniel G_ Sinclair - You can do something like this:

  • TRIGGER: Sprint Start
  • BRANCH: JQL
    • sprint in openSprints()
    • ACTION: Edit Issue (Labels)
      • Planned[{{sprint.name}}]
Daniel G_ Sinclair December 9, 2022

thanks i'll try that. wasn't sure i was supposed to use branch

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events