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.
I was able to get the needed cascade selects through the use of two plugins and workflow post-functions.
User Picker from Project Role and Dynamic Forms
I then used workflow post-functions to copy the selected user to the Assingee field.
It is a bit clunky, but it works (for now).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.