Hi everyone.
We have multiple projects in JIRA with multiple sprint of course. And because JIRA Cloud is not able to seperate sprints by project, we start thinking how to avoid mistakes when people set Sprint field value for issues.
So, I want to implement Automation rule that will triggers each time when Sprint field value updates. And then it will check if selected Sprint belongs to Board of current project. If not, then do something (for example send email to person who set wrong Sprint).
At the moment I stucked when I tried to get Board_ID for Sprint field value, in order to compare it later with known Board ID.
Is it possible at all to get this info?
Thanks in advance.
Unfortunately there is now way to do this at the moment. You can reference the boards id using:
{{sprint.originBoardId}}
But there is no way to look up another board for comparison, unless you just wanted to compare the actual id.
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.