Am writing a java code using jira-rest-api to customise the jira. But am not getting how to pull the story points for each project.
If you are writing a code as part of a jira plugin - Better use Jira java api:
https://developer.atlassian.com/server/jira/platform/java-apis/
issue.setCustomFieldValue(StoryPoints) //set
issue.getCustomFieldValue(StoryPoints) //get
If we are talking about an external application, here is the description of the documentation for the REST API
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.