The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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