Forums

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

How can I hide or disable specific values(Impact/Urgency) on the customer portal

charu
Contributor
December 2, 2025

Hello!

I am setting up a self service portal in JIRA SM and I need some guidance configuring the impact and urgency field.

For end users, I want to hide Impact and Urgency values that can create a P1/P2 tickets.

Ex- Impact - Extensive, Urgency - Critical

I am following this priority matrix - Create an impact urgency priority matrix | Jira Service Management Cloud | Atlassian Support

These options can only be used by IT team, not by the end users.

Is there a way to hide them on the self service portal ?

3 answers

1 vote
Trudy Claspill
Community Champion
December 2, 2025

Hello @charu 

Welcome to the Atlassian community.

I don't know if there is a way to hide those values using the original fields.

A possible work around would be to create two custom fields with limited options and make those two custom fields available in the portal. Then use an Automation Rule to update the original fields (that have all the options) based on the values entered in the two new fields by the customer.

charu
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!
December 4, 2025

Hi again Trudy,

 

I tried to create custom fields and removed values that would create a P1/P2 ticket but my other fields values for Impact and Urgency got removed from the work item page as well and the automation didnt work too.

Thanks,

Charu

Trudy Claspill
Community Champion
December 4, 2025

Hello @charu 

I am looking more closely at your use case and reference document because I have not implemented this before. Having completed that review I conclude that my previous answer was incorrect and will not work. I apologize for misleading you.

I had initially thought that you could remove the top values for Impact and Urgency in the fields available to customers. But there are cases in the matrix where those top values could be select in combination with lower values in the other axis and the result would not be a P1/P2 Priority. So you cannot actual solve the problem by limiting the values available in the fields. Examples:

  1. Impact=Extensive + Urgency=Low results in Priority=Low
  2. Impact=Minor + Urgency=Critical results in Priority=Medium

An ideal solution would be the one that @Vamsi Kandala recommended, but that capability is available only in DC, not in Cloud in the Customer Portal.

In Cloud, in the Customer Portal, it is not possible to control what options are available in one field (linked to an underlying work item field) based on the value selected in another field (linked to an underlying work item field).

I am still thinking about alternatives. I have a few ideas but I need to check some facts before I make a suggestion.

 

Can you tell us if you are using a Team Managed project or a Company Managed project? That could influence the suggestions.

Click the ... button next to the project name in the panel on the left and tell us what it says at the bottom of the pop-up.

Screenshot 2025-12-04 at 11.19.04 AM.png

charu
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!
December 4, 2025

Hi Trudy,

It shows Company Managed, same as your screenshot:

Screenshot 2025-12-04.jpg

Like Trudy Claspill likes this
Trudy Claspill
Community Champion
December 5, 2025

In JSM you can create a Form to use during issue submission in the Portal.

In that form you can add fields and link them to a field in the issue, or have then not linked to a field in the issue.

You can also create sections in the form to contain fields, and set the sections to conditionally display based on other fields in the form.

You could add a field for Impact that lists all the options, and  link it to the Impact field in the issue. That field in the form will display all the values from your Impact issue field. In my case the issue field Is named “Custom Impact”

Screenshot 2025-12-05 at 8.02.15 AM.png

By linking the form field to the issue field the form field will show the options of the linked issue field, and the selection made in the form will go directly into that issue field during creation.

Then you add a section that displays only when the Impact field is set to a high value.

Screenshot 2025-12-05 at 8.02.52 AM.png

In this section you add another Urgency field that includes only the lower values. This version of Urgency displays only when the Impact  field has a high value selected. It is important to add a unique name to the Field Key at the bottom of the configuration on the right. Also set the Response Required option

Screenshot 2025-12-05 at 8.06.26 AM.png

You then add a section that displays only when the form Impact field is set to the values that could would not lead to a P1/P2 ticket depending on the value selected for Urgency.

Screenshot 2025-12-05 at 8.06.48 AM.png

In that conditional section you add a field for Urgency that lists all the Urgency options. This section will only display when the Impact is not high, so it is okay to select any Urgency, The combination would not result in a P1/P2 ticket. It is important to add a unique name to the Field Key at the bottom of the configuration on the right. Also set the Response Required option

Screenshot 2025-12-05 at 8.07.11 AM.png

You can see how this works be using the Preview tab.

The Urgency field is not shown until an Impact value is selected. And the form automatically flips between which Urgency field is shown as the value of the Impact field changes.

 

You would associated this form to the Request Types that your customers can select in the Portal, where you want to manage their choices for Impact and Priority.

Upon submission you would need something like an Automation Rule or custom workflow actions to evaluate what value was selected for Impact, and then pull the value from the appropriate Urgency form field and feed it into the Urgency field in the issue.

0 votes
Vamsi Kandala
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 2, 2025

Hi @charu

Welcome to the Atlassian community.

Jira does not have the feature out-of-the-box to implement this.  But, if you have a marketplace plugin like Adaptavist ScriptRunner, you can create the behavior to hide the options for certain users of the group and show only for users of IT team group.

Hope this helps.

Thanks,
Vamsi

Trudy Claspill
Community Champion
December 2, 2025

Adding to this...

@charu did not explicitly say if they are using JSM Cloud or JSM Data Center, but referenced a document for JSM Cloud.

Adaptavist ScriptRunner Behaviours is not support for JSM Cloud project yet.

https://docs.adaptavist.com/sr4jc/latest/features/behaviours/behaviours-supported-fields-and-products

Like Marc -Devoteam- likes this
charu
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!
December 4, 2025

Hi Vamsi,

Not sure how do I install that. I think we have the basic JIRA version.

0 votes
Rock
December 2, 2025

You can’t hide specific Impact or Urgency values directly in the default fields. A workaround is to create two custom fields with only the options you want end users to see. Then use an Automation Rule to map those selections to the original fields, which retain all options for your IT team. This way, customers can’t select P1/P2 values, but your internal processes still work correctly.

charu
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!
December 4, 2025

Hi Rock, 

 

I tried to create custom fields and removed values that would create a P1/P2 ticket but my other fields values for Impact and Urgency got removed from the work item page as well and the automation didn't work too.

Thanks,

Charu

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events