{
"fields":
{
"project":
{
"key": "AAA" --> Instead of Key possible to use Boardid or Boardname
},
"summary": "Test Task for API Creation",
"description": "Creating of an issue using project keys and issue type names using the REST API",
"issuetype":
{
"name": "Task"
}
}}
Hi @Manickaraja,
What is the actual purpose of doing it via boardid? In JIRA, issues are created within a project. And agile boards show the issues matching their JQL filter.
So, if you create an issue for ex in a Project A and your board includes the issues from this project, than it will be automatically shown on your board after you create 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 are welcome@Manickaraja. If my answer helped to solve your question, would you please accept it. So that, other people will be able to find this answer easily for similar questions.
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 create a user story in jira using rest api and i need to list out the user story in the selected respective boards. For that i need to know the board filter to configure the user story to be listed out in boardsfor that i want to get the board id to find out the filter....from the board name..
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.