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.
code:400, msg:param is invalid, body:{"errorMessages":["No content to map to Object due to end of input"]}]
Hi @XZP
Welcome to the community.
You shared the response but there is no clue about REST details (url, body, method etc).
Can you share?
url:POST /rest/api/2/search
body:
{
"jql": "project = something AND issuetype = something AND status in (测试中, 测试完成, 需求验证, 待研发, 验证通过, 测试通过) AND assignee in (something) ORDER BY priority DESC",
"startAt": 0,
"maxResults": 100,
"fields": "issuetype"
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you send fields section similar to this format?
Also, check this doc for issue search request via REST API.
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.