Hi,
is it possible to define which fields are cleared when I use the 'Create Another' issue function? It is nice that the summary is cleared, but I would also like to have the same for issue description and expected results (while fields like Version should be kept).
Thanks
@cord,
through use of post function and default value for custom field , you can achieve the above objective.
Hi,
thanks for the reply! I'm not a developer (just a user), but I assume you can set the status for each field when you create another issue? We will check this out, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Cord,
check this API : https://docs.atlassian.com/jira/latest/com/atlassian/jira/issue/MutableIssue.html
in setSummary() API , send the parameter as null . if there is any existing value then it will cleared.
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.