Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Remove description on requested participants field

Nick Holmes August 12, 2020

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?

1 answer

0 votes
Leonard K
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 30, 2023

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')

 image.png

Best, Leo

Suggest an answer

Log in or Sign up to answer