Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,089
Community Members
 
Community Events
184
Community Groups

Automation - Schedule when Project End Date is reached

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.

2 answers

2 accepted

0 votes
Answer accepted
Kelly Arrey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 26, 2023

Hi @Carolina Halbwachs 

If I were you, I'd try this before going to Jira Automation:

  1. Write a filter something like:

        project = XYZ and assignee = currentUser() and "Project end date" > startOfDay()

  2. Save it under the filter name "Please update the following issues"

  3. Create a subscription to the filter
    1. Subscribe all the members of the team
    2. If you have a Jira group for the team, subscribe the group to the filter, it will save some typing
    3. Decide how often you want the subscription to send email - daily? weekly?

HTH,

Kel

Thank youuuu!! Very very helpful :)

Like # people like this
0 votes
Answer accepted
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 24, 2023

Hi Carolina - Welcome to the Atlassian Community!

Where are you storing the "Project end date" and how is it related to the individual issues? 

Issue.png

Hi John, thank you for your answer! Every individual issue has an end date. You can find it on the right side.

John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 25, 2023

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. 

Annotation 2023-05-25 162103.png

 

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

John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 26, 2023

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. 

Like Carolina Halbwachs likes this

It worked!! Thank you SOOOOO much :)

Like John Funk likes this
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 30, 2023

Great! Glad that worked. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events