You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I want to disable the option to reopen the issue after resolution if the resolution date in beyond 7 days.
For the same I have used the given below condition on my workflow transition. But the option for reopening the issue has hidden from all the issues irrespective of the date.
Please suggest the reason for the same and how to fix it?
Field: Resolved |
Condition: < Value: 7d Comparison Type: Date without time |
I think your condition says "Block transition if the resolution date is before a week in the future", which will always block everything (unless you have a TARDIS handy)
Try < -7d instead
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.
Mmm, I think I have taken the wrong guess at what "resolution date in beyond 7 days" actually means (as written, it doesn't make sense). I think Ignacio's answer may be the right one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks but this is also not working. The transition blocks for all the issues .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then, you might better want to restrict the Reopen transition to users that belong to the Administrators project role instead, and limit who are being given with such a role.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I've just tried > -7d and that does what I expect - if the issue was resolved in the last 7 days, I can transition it. If it's older, I can't.
Could you confirm that this is what "resolution date in beyond 7 days" means? Or is it something else?
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.
Hello,
Just an update for those who may step on this thread:
The value field condition does not work against relative time as "-7d" when using a date field. We have a suggestion created to allow this possibility:
As an admin, I'd like to set a date comparison condition in the workflow as a JQL search
For now, the only way to "Block" a transition from being made if the date value is not higher than a relative time would be to use the "Date compare validator". These would be the steps:
I hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.