Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,644,716
Community Members
 
Community Events
196
Community Groups

Hiding transitions from certain types

I have three issue types that are very similar, however they have slighly different workflow needs. Two of the issue types have the same workflow but one status has a different workflow that essentially means we will move it from a backlog to a done state.  I know I can create a separate workflow for this other type, and I did that, but it caused a problem. With this one status type, it can transition to one of the other types depending on a resourcing decision. Having a separate workflow means that we can't change from one type to a different type.  Sharing the workflow between the three types means that each type will show some extra transitions which only apply to one type.  We don't want to use for the other two types.

I am open to ideas.  Any way to hide a transition only for a given type?

2 comments

Steve Thornhill
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.
Apr 07, 2017

The simplest way is to add a condition on the transition, that way you can prevent it from being used if the wrong type is selected.

Yeah I see I can restrict it based upon rights... but that doesn't hide it correct?  It just prevents it from being used.  The hide condition is an all or nothing condition.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 07, 2017

Conditions are the way to do it, but you will probably want to code for them, or find an add-on that implements it already (or lets you code internally)

A really simple block of code could be along the lines of "if issuetype = X then return true".  That would allow the transition for issue type X, and hide it for the others.

I have looked for a plugin to do this and can't find one.  How do I create a condition that will execute specific code?

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events