ID Field for "Story Point"

Wakil BENAMOUR October 21, 2024

Hi there, 

I'm looking to create a script that will allow me to extract a few KPIs, including the number of story points in a sprint and the number of story points achieved at the end of the sprint.

I'm looking for the "ID" of the "Story Points" field, which is not a custom field, but the one natively present in Jira.

Could you please help me? I see a lot of things but nothing very specific. Thank you very much.

2 answers

1 vote
Bill Sheboy
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.
October 21, 2024

Hi @Wakil BENAMOUR 

Do you mean the custom field id for the field?  If so...

There are several ways to find that information.  One is to call the REST API from a browser tab, with your example issue, to find the id: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/

 

And please note well, there are unfortunately two "story point" fields built-in for Jira now: 

  • company-managed projects use the "Story points" field
  • team-managed projects use the "Story point estimate" field

In some places in the UX, they are both referred to as "Story Points".  Please use the id for the specific field you need.

 

Kind regards,
Bill

0 votes
Lucas Modzelewski _Lumo_
Atlassian Partner
October 21, 2024

Easy trick is to use JQ (try something that you are sure will return results in that field),

Search for any issues, then:

  1. search and show additional fields
  2. switch to JQL view 
  3. click on the field name to sort it -> you will see the Id of the sorted field

show and sort by field.png

I used it a lot to merge duplicated and similar fields and check for the missing values or anomalies 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events