Hello!
I need the issue status to be changed based on he due date filed. I wanted to implement this with the Automation for Jira plugin. I found this article in the community.
Solved: Automation status change based on due date (atlassian.com)
However, I can't perform the answer of @Ilya Konovalov , because I can't select due date in Issue Field condition.
Does anyone have an idea?
Hello,
today I received the following message.
I can confirm that the system field "Due Date" as "Issue fields condition" is not selectable in Data Center. While I could not find any documentation on this, I was able to recreate this in another customer system. Only in the cloud is the "Due Date" available for selection at this point.
As a workaround, you can set up a "JQL condition" instead of an "Issue fields condition". As JQL you could then store for example the following:
duedate <= endOfDay()
But with this variant I get the following message in the audit log.
Does anyone have another great idea? I just want when the due date is overdue, that the transaction changes to open status and the due date is deleted.
best regards
Carina
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.
Can you Share the Screenshot of automation rule of Issue Field Condition How it looks for you.
Here is the screenshot for ref
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sachin Dhamale
I hope here you can see everything as I click.
I do not have a Due Date or in German Fälligkeitsdatum.
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.
Hey @Carina Elles
My first question would be - is the "Due date" field added to issue view and to the screen that is used when the automation is running? [create/ edit or transition].
If the answer is yes - are you making sure that there the field is not empty?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Marta Woźniak-Semeniuk,
all operations that are not in the Fixed status have a Due Date.
The automation should change the status from "Risk Accepted" to "Open" once the due date has passed.
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.