We're trying to implement a "Save as Draft" feature into our JIRA project (which AFAIK is available on JIRA cloud, but unfortunately we're on JIRA server). We'd like to add a button "SAVE DRAFT" to the create screen next to the "Create" and "Cancel" buttons. Is this possible? I'd think web fragments would do the job, but I can't find anything online regarding adding buttons to the create screen.
Hi Will,
You can't.
You only can do this:
status = "Open" and NOT status CHANGED AFTER "-7d" status = "Review" and NOT status CHANGED AFTER "-2d"
maybe you would have to exclude issues that were in the meantime reopened
..and not status changed from resolved to open after -7d
But the best way is using an add-on, or... the ugly way is setup the SLA to each status. :/
Regards,
Lameck.
Maybe... if you use a kanban board, then you can see some information about time transition.
image2016-6-15 21:55:57.png
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.