Hi Expert
Need your help in setting up a scriptrunner behaviour,
I am looking to setup a Behaviour which show Message under Project Name field
But behaviour script is not working.
const projectField = getFieldById("project");
// Set a message (Description) under the field
projectField.setDescription("Please ensure you have approval before selecting this project.");
Hi Vikrant,
I can confirm that the Project system field is not supported by Behaviours inside of ScriptRunner for Jira Cloud and this is the reason your script is not working.
You can see a list of what fields are supported per view in the documentation page here as a reference.
Custom Project Picker fields are supported by the Project System field is not supported.
This means as a workaround you should include the message below a supported field such as the summary or Issue type field.
I hope this helps.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.