...
To solve this problem we offer a solution that use two of our apps: Power Scripts™ for Jira and Power Actions™ for Jira.
The Solution is exemplified on a Jira 5.2.1 environment. In order to resolve it you have to have administrator rights.
...
- Go to Edit Buttons link on the Configure Blitz (Power) Action Custom Field page. As in the previous the step.
- Press the Edit Screen Script in on the Lock button.
...
Step 3
Now we have to make the SIL SIL™ script that will do the disable operation during the edit.
- Go to Administration >> Plugins >> Kepler General ParametersAdd-ons >> cPrime Tools
- Go to SIL SIL™ Manager tab
- Create a new SIL SIL™ script named "Lock.sil" by clicking on the Show Unused button.
- Select the folder you prefer and click New. Choose File and enter the "Lock.sil" name.
- Enter the following code in the ""Lock.sil":
...
The rowForcustomfield_10300 element represents the custom field ID for the Blitz -(Power) Action Custom Field you have created in the First Step. In fact you only have to replace the number with the ID you have.
- Add the first SIL SIL™ script as a hook on the project you desire.
- Go to Live Fields tab.
- Add a new configuration by clicking the "Add configuration" button.
- Name it whatever you like.
- Add the Lock.sil script you have just created on the SIL SIL™ File box.
- Press Add button.
- Associate this configuration by pressing the Associate link.
- Select your desired project and click the Associate button.
...