Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

Jira Product Discovery Automation Limits and Basic Functionality Limitations

Edited

So this topic has become relevant as Atlassian has changed the automation package billing model for Jira Cloud.

JPD (Jira Product Discovery) has a limit of 500 Automations on Standard Plan, and currently I use automations to bridge the gaps of basic functionality limitations in JPD vs JS (Jira Software). It's important to note that to my knowledge currently there is no plan in Jira Product Discovery that supports more than 500 automations per month.


For Example: 

  • The Formula Fields in JPD do not support advance mathematical expressions like Jira Smart Values in JS. You're limited to very basic Addition, Subtraction, Multiplication, and Division as per custom formulas in JPD
    • This prevents me from using functionality like MAX({Field_1},{Field_2})
      • I use this to determine the Max Value between an estimate of Story Points from my product team, and the actual story point costing from my engineers Which I use to measure the effort of idea when generating a priority score in JPD.
    • I was able to solve this by using Jira Automation since JPD custom formulas lacks the functionality. 
      • I have an automation that creates a variable using {{#=}}Max({{field_1}},{{field_2}}){{/}} as the smart value that runs whenever the value for field_1 or field_2 is changed. and edits a number field on the idea ticket with the result from the mathematical expression.
        • This runs quite regularly, over 246 times in about 15 days. That's half of my 500 automation limit in JPD.
  • Lack of custom weighting for fields in JPD. Right now in JPD you can assign a weight on a scale of 1-5 using dots and then reference that weighting when using a formula field. 
    • However for Impact we use a scale of:
      • Lowest (1)
      • Very Low (2)
      • Low (3)
      • Medium (5)
      • High (8)
      • Very High (13)
      • Highest (21)
    • Obviously 5 is probably fine for most business, but I would consider us power users of priority scoring, and so we like having a larger scale for measuring impact. 
      • Since we're unable to set custom weighting in JPD, I solved this once again leveraging Jira Automation. 
        • I Have an automation that runs whenever an impact drop down field is changed in JPD, and the automation just edits a number field with the weighting that I want based on the selected impact. Then I use this number field as part of the custom formula field for priority score. This allows me to use custom weighting without being blocked by the limited functionality in JPD.
          • I have 2 automations like this generating different custom weighting for scores. 
            • One is at 105 uses in about 15 days, the other is at 31 uses over 15 days. That is more than 1/4 of my 500 automation limit in JPD.

Note: I already sent in a support ticket with my concerns, however, I wanted to also bubble up my concerns here in the community as I would say that the 500 automation limit in JPD is kind of ludicrous considering that the product just came out of Beta and there are still MASSIVE gaps in basic functionality that can only be bridged by leveraging Jira Software's powerful automations system.

3 comments

Comment

Log in or Sign up to comment

Can you link the support ticket so I can add a vote to it too please?

@Mike Gargano I know this does not address your automation limitations, just a hint regarding your 2nd mentioned example - you can do custom weighting for select fields:

image.png

Like # people like this
Tanguy Crusson
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Nov 16, 2023

Hi @Mike Gargano , 

Today the limits for Automations in the standard plan are not strictly enforced since we don't yet have a premium plan. Also, the current limit of 500 was calculated based on current usage of the feature (only 4 customers had more). But when we launch a premium edition we'll revisit this. In the meantime, if you worry you'll hit limits please let us know and we can lift it up for you. (in your case, I've just asked the team to do so)

On your 2 use cases: thanks a lot! 

  • For your first one: yep, we need to add extra capabilities to formulas to support that
  • For your second one: it's already possible today as @Michal Vit showed below - we've added the ability to define custom weights a while back (so you're not limited to 1-5 anymore)
Like Mike Gargano likes this

Awesome news! thanks @Tanguy Crusson I look forward to the future of Jira Product Discovery that I know you and your team are hard at work on 💪

 

Also thank you @Michal Vit and @Tanguy Crusson I look forward to updating my JPD project to take advantage of the new custom weighting functionality!! 🍻

TAGS
AUG Leaders

Atlassian Community Events