I tried the following work around:
This works for normal custom fields but does not seem to work for attachments.
I get the error, that I can not add an attachment during a transition, because the issue is read only.
How to work around the work around?
I use now the following add-on: Attach File Manager for Jira
An attachment to an Attach File Manager custom field behaves the same way as all other custom fields and can be modified in a transition screen although the issue is not editable.
Hi Sascha,
Have tried to create a Transition screen with the Attachment field on the screen? (And remove the Attachment field from the Create and Edit screens, but leave in the View screen). Not sure that will work, but it might be something to try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Basically you can't, there is no such option in Jira, and there is no plugin as far as i know that does that.
If you know JavaScript you can write something that remove the "add attachment" option for the issue screen or any edit option available in the system, and then make it available in the transition screen.
But i wouldn't suggest you doing it, as it's a lot of work to catch all the places and cases where to block the attachment with JS, and if you are not a deep familiar with Jira, you will probably miss some places and users will still be able to upload attachment not from the transition screen.
So i suggest you to leave it as it is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is not possible to change jira.issue.editable with Groovy?
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.
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.