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.
HI I am trying a rest request but it is throwing an error.
{
"fields": {
"project":
{
"key": "ABC"
},
"summary": "Hi",
"issuetype": {
"name": "Bug"
}
}
}
Authorization is API token basic
https://saurabh123.atlassian.net/rest/api/latest/issue
error is
{ "errorMessages": [], "errors": { "summary": "Field 'summary' cannot be set. It is not on the appropriate screen, or unknown." }}
I have done all things by setting some permissions. But My question is why JIRA trial version of cloud do not give permission to play with APIs.
NOw you know i have always getting reporter as anonymous, may be i deleted something in screen types or edit fields. Can you tell me how to fix this? I want reporter name as JIRA user but now it is coming as Anonymous if i create via API but manually it is fine..
It does give you permission to use the APIs - the only difference between a trial and paid licence is that the trial will stop letting people use it when the trial expires. Everything else works the same, including the REST API.
The problem here is exactly what @Pavel Junek said - you do not have the summary on the create screen. You need to put it back so that the REST call can populate it.
Sometimes though, this can be down to authentication - can you do anything as the user you are using for REST? A simple call to see what comes back if you just read an issue?