Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,555,443
Community Members
 
Community Events
184
Community Groups

No content to map to Object due to end of input

XZP
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Apr 25, 2023

Search for issues using JQL (POST) error:

code:400, msg:param is invalid, body:{"errorMessages":["No content to map to Object due to end of input"]}]

1 answer

0 votes
Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 25, 2023

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?

XZP
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Apr 25, 2023

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"
}

Tansu Akdeniz
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 26, 2023

Could you send fields section similar to this format?

  • "fields": [ "summary", "status", "assignee" ]

Also, check this doc for issue search request via REST API.

Suggest an answer

Log in or Sign up to answer