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,552,585
Community Members
 
Community Events
184
Community Groups

Can Min or Max field values from Column Constraints be used with workflow condition?

Hi,

I have a Kanban board with the Minimum and Maximum values set as constraints. However, I want to perform various events based on my Maximum value within only one transition in the workflow that is used only for one type of issue (Story). What is the field name (or id) to be used and will it work? Any recommendation?

1 comment

Deleted user Dec 06, 2020

Hi Guhan,

It is not possible to trigger an Automation rule directly by the amount of issues in a column (status). However, I could put together a rule that I think fulfils your goal:

  1. The rule is triggered when an issue status is changed to the status connected to the column (when an issue is moved into that column).
  2. The rule runs an SQL query searching for all the issues in the given project having the corresponding status.
  3. If there are more issues than a certain number in that status (column), the rule sends a Slack message or whatever action you want.

Screenshot 2020-12-03 at 11.58.06.png

You will have to:

  • change the project in JQL to "YourProject'sName"
  • change the target status in JQL and in rule trigger to the one assigned to the column: "TheColumnYouWant"
  • change the "greater than" value to the value you set as max constraint for the column: 8 or whatever value max or min you want
  • replace the log action with a "Send Slack message" action

I hope the solution above helps you,

Mehdi

Comment

Log in or Sign up to comment