Hello everyone,
Recently, I have tried many times to get a start date of newly created sprint and compare if the sprint is 2 week or 1 week, but it didn't work out even though I am receiving number of days correctly when last step of sending message is working right.
Have you ever faced with such issue before or it doesn't work in that way? I am open for any tips or suggestions
Thank you everyone for your time
Best wishes,
Bilal M
Hi @Bilal
When a sprint is created, there are no issues in it yet. Issues are added after the sprint creation.
Your rule uses the Sprint Created trigger, and then tries to branch to issues in the sprint, thus it will not find any.
To do what you asked, instead of using the issues in the sprint you may use the smart value {{sprint}} from the trigger: https://confluence.atlassian.com/automation/jira-automation-triggers-993924804.html#Jiraautomationtriggers-sprintcreatedSprintcreated,startedorcompleted
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.