There are several threads that discuss this issue but they are a few years old. I don't think this is possible, but would like to confirm. I'd like to know if I can create a custom field for sprints (not issues). The use case is that we want to track the head count for each team for each sprint (it can vary slightly sprint to sprint) That way you can do sprint reporting based on team size. TYIA
One work-around for no sprint-level custom fields is entity properties. You may manage them with automation rules, the REST API, or by using an add-on from the marketplace. Please look here to learn more about this feature:
https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/
Best regards,
Bill
Thank you for your response @Bill Sheboy . I was hoping for something a little simpler, but I'll take what I can get,
- Gene
Hi @Bill Sheboy
I've tried `PUT /rest/agile/1.0/sprint/{sprintId}/properties/{propertyKey}` from rest api doc . But it does not work.
curl --request PUT \
--url 'https://{}.atlassian.net/rest/agile/1.0/sprint/2/properties/kcp' \
-d '{ "hello": "world" }' \
--header 'Authorization: Basic {}' \
--header 'Accept: application/json'
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Become an effective Jira admin
Manage global settings and shared configurations called schemes to achieve goals more quickly.
Streamline Jira administration with effective governance
Improve how you administer and maintain Jira and minimize clutter for users and administrators.
Learning Path
Become an effective Jira software project admin
Set up software projects and configure tools and agile boards to meet your team's needs.
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.