How to use Jira API to get development filed value? Such as commit.message?
Hi @Amanda Bai ,
development field is usually 'ID-ed' with customfield_10000
But I don't think you'll be able to retrieve commit messages directly via standard API endpoints. For that, you might need to query your connected source code tool using its API.
However, you could try using Jira automation and smart values there, such as
{{commit.message}}
when using development triggers 👀
Hope this helps.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Amanda Bai
Welcome to community!
Check out the workaround in https://jira.atlassian.com/browse/JRACLOUD-92947 to see whether you can use it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to get the commit message. it seems that could not be returned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.