Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

If possible using boardid intead of key to create ticket in JIRA using Rest API ??

Manickaraja July 5, 2018

{   

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

  } 

}}

1 answer

0 votes
Tansu Akdeniz
Community Champion
July 5, 2018

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.

Manickaraja July 5, 2018

Hi @Tansu Akdeniz

I got it  Tansu. Thanks

Tansu Akdeniz
Community Champion
July 6, 2018

You are welcome@ManickarajaIf 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.

Manickaraja July 6, 2018

Hi @Tansu Akdeniz

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..

Suggest an answer

Log in or Sign up to answer