Forums

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

Can we HIDE types from a project Create screen?

Senthilkumar
Contributor
February 28, 2019

Hi All,

Is there any way were we can hide Issue type from the project Create screen? i would like to restrict or Hide "Task" issue type from a project. is that possible.

 

Appreciate everyone's input. 

 

Senthil

3 answers

1 vote
Josh Carolan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 28, 2019

Hi, 

To remove an issue type from a project you just remove it from the issue type scheme that associates issue types with a project. Check out the docs on how to do that here:

https://confluence.atlassian.com/adminjiraserver073/associating-issue-types-with-projects-861253240.html

Senthilkumar
Contributor
February 28, 2019

Hi @Josh Carolan 

Thanks for your reply, i don't want to remove. I just want to hide it or restrict so no one use it. Is there any way.

Senthil 

Josh Carolan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 28, 2019

Hi Senthil, 

Not that I am aware of. However, what is the point of having the issue type in the project if you aren't going to use it? Or were you wanting to disable it only for some users?

Senthilkumar
Contributor
February 28, 2019

That's the good point.  Sometime people by mistake create tickets on it , we cant blame everyone, so its better we can hide it

0 votes
Alexey Matveev
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 Leaders.
February 28, 2019 edited

Hello,

You would need an app for it.

You could use the Power Scripts app or the ScriptRunner app.

If you want to use the Power Scripts app, then you would need to setup a live field:

https://confluence.cprime.io/display/JJUPIN/Live+Fields

The code for the live field would look like this:

lfAllowSelectOptions("issueType", {"Epic", "Task"});

In this case only the Epic and Task issue types would be available for selection in the create screen.

Senthilkumar
Contributor
February 28, 2019

Thanks @Alexey Matveev  , we have multiple issue types in the create screen , lol. 

Alexey Matveev
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 Leaders.
February 28, 2019

You could use the 

lfRestrictSelectOptions("issueType", {Story});

It would hide the Story issue type from the issue type field in the create screen.

Senthilkumar
Contributor
March 1, 2019

 

how much is this cost?

Alexey Matveev
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 Leaders.
March 1, 2019

You can find information about pricing here:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=server&tab=pricing

Pricing depends on the number of users in your Jira.

Suggest an answer

Log in or Sign up to answer