I want to create a reminder for 30 September for 1 ticket.
When September 30th, remind me of the ticket I want.
Remind me once, then I'll delete it.
How can I do it?
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.
@Anton Kolin as @John Funk stated, as a Marketplace Partner, you should be registering your account with Atlassian to have the Marketplace Partner lozenge placed next to your user name.
If you need a refresher on Marketplace Partner Guidelines, please review this post.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Too many rules… I’ve just “delete” my first post. Sorry for that and have a nice day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Barış,
You can create an Automation for Jira rule that will do that. Create a Scheduled trigger rule to run on the last day of the month and use whatever JQL to identify the issue.
Then create a new action for Send Email. Include this in body of the email:
<a href="{{issue.toUrl}}">{{issue.summary}}</a>
That will provide a clickable link to access the issue.
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.