Hi all,
I created an automation rule to populate the Original Story Points field with what is entered into the Story Points field. I also created an automation to send me an email when the Story Points field has been changed and no longer matches what is in the Original Story Points Field. This is working fine.
My issue is I am trying to create a filter that will show me all the cases where the Story Points field no longer matches the Original Story Points field (either greater or smaller number). I am getting this an error, and I have tried switching the order of the Original Story Points field and the Story Points field. This is the JQL I am using and the error I get.
project = "My Project" AND status = "To Do" AND "Story Points[Number]" != "Original Story Points[Number]"
Value 'Original Story Points[Number]' for the 'Story Points[Number]' field is not a valid number.
I am new to writing JQL so any help would be appreciated. Thanks CLK
Hi @Coady Krzysztof -- Welcome to the Atlassian Community!
The built-in features of JQL do not support comparing fields. It is an issue search language and not an actual SQL.
The possible workarounds for this depend upon how often you need this capability and willingness to spend money / time:
Kind regards,
Bill
Wow, thank you so much it worked. My first post and success!
I modified the automation rule that I made that emails me when the Story Points no longer match the Original Story Points to also populate the Approved By field with my name. Created a filter to show me all the cases where the Approved By field is not empty.
Thank you again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just realized the solution is already provided.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.