I'm trying to remove <p>Stores the users that are participants in Service Desk customer portal requests. This custom field is created programmatically and required by Service Desk.</p> that populates on my create request field under request participants. Is this possible?
Hi Nick,
you can achieve this by using Adaptavists "Scriptrunner for Jira" Plugin.
There is an feature called "Behaviours" which enables a bunch of modifications to the UI.
If you create a new behaviour and set up an "initaliser script" you can fill it with the following code:
getFieldByName('Request participants').setLabel('YOUR_TEXT_HERE')
Best, Leo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.