I would like to send fixversions list along with due dates to my team.. I mean, Fixversions that are overdue (Beyond Release Date / Release date is already passed).. by email.
I would like to use Jira Automation using Automation under Space Admin privilege..
Kindly note that, I don't want to use any Other Add-ons.
..
Yes, this should be possible using Jira Automation itself without any add-ons.
You can create a scheduled automation rule and use JQL to find issues where the Fix Version release date has already passed. Then you can send an email notification to your team with those details.
Something like fixVersion in overdue() should help identify overdue Fix Versions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for response !! I might not have asked my question correctly... I am sorry for that, My requirenent as follows. If I have 10 Fixversions are unreleased.. only 6 Fixversions are overdue .. I would like to get those fixversion names and their Due date in single email and send it across to the mailing list.
The above will list down the Issues in that fixversion. My need is to get fixversions list along with due dates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.