On some transition in my workflow it is required to set a "Due date".
Later, in the same workflow, one has to enter the "Original Estimate". On this screen I'd like to also display the "Due date" but such that the user can't edit this value.
Is there any way to accomplish that?
Besides that, the follow-up question would be, is there an option to compare current date plus "Original Estimate" with "Due date"?
As I read the question, no, it's not possible off-the-shelf.
If you put a field on a transition screen, Jira assumes that means you want to edit it while going through the transition.
With code, it might be possible to show the field and block edits (Behaviours in ScriptRunner for example), or mirror it out to a field that has no "edit" option so it only ever displays.
For the comparisons, again, not off-the-shelf, but with a bit of code, yes.
I'm on Jira Cloud. Still possible via a bit of code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm afraid Cloud doesn't support the code you'd need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.