Hi all
I am creating issues in a bulk, i.e., uploading tickets in bulk into the JIRA ..so i want to make some custom fields to be read only while creating issue itself,...So i had created custom field of Read-only text field and added to the create screen, but those fileds(read-only) are not coming(displaying) in the create screenwhile rest all fields are coming ..Can anybody please help me to create read only fields in JIRA
Hi,
This is not possible out of the box. The most popular solution is scriptrunner plugin using behaviours : https://scriptrunner.adaptavist.com/latest/jira/behaviours-overview.html
Antoine
You can indeed get the current action name and have condition editing in regards to it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My advice is you should install the plug-in and try it. You have quite a few examples in the documentation. If you want to retrieve the step (i.e. your transition) check this :
https://scriptrunner.adaptavist.com/latest/jira/recipes/workflow/get-workflow-vars.html
Antoine
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.