You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
In my JIRADC plattform I have to add for every issue a "Project end date". I would like that each assignee of issue receives and automatic notification saying your project end date is reached. Please update your "issue". Is that possible? I couldn't find any option.
If I were you, I'd try this before going to Jira Automation:
HTH,
Kel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Carolina - Welcome to the Atlassian Community!
Where are you storing the "Project end date" and how is it related to the individual issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John, thank you for your answer! Every individual issue has an end date. You can find it on the right side.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Gotcha - that's much easier then. You could approach it a couple of ways - add-ons would be best - either ScriptRunner or Automation for Jira. I do not use ScriptRunner but for an automation rule, you can create a Scheduled Trigger rule that runs nightly and includes a JQL query to identify the issues related to the Project End Date.
You might also be able to write the same query and save it as a Filter and then create a Subscription for the filter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John, I tried it already but when I enter projectduedate it gives me following mistake... Any idea what I am doing wrong? I am fairly new to this and I ran out of options
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is that the EXACT name of the field - including spacing and case? If not, then you need to use the exact name. If there are spaces, but the name in double quotes.
If that is the exact name, then check the Context of the field to see if there are restrictions there.
The other thing you can do is click the Validate query button to see what it says.
Finally, get it working as a filter first then copy it here.
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.
Great! Glad that worked.
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.