You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We are trying to understand the data types for the custom fields of Jira Server Platform. We couldn't find much information about it in API documentations.
In the link https://developer.atlassian.com/server/jira/platform/rest-apis/ under filed input formats, we do see some examples mentioned but that doesn't cover all the types that Jira Server Platform offers. Can someone point me to the right place, in which format these custom fields needs to be passed to the APIs.
Hi @WM_io Connectors Accounts ,
field format depends from the custom field itself.
For example if your filed is a text you should pass value as a string, if it's a date you need to pass value as a string with specific format, if it is a select list you need to pass the option id and so on.
Please take a look here https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-createIssue in order to see an example.
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.