Forums

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

How to dragndrop issues on Kan-Ban board via JIRA API?

Артур Синиченко September 3, 2018

Hi.

I want to dnd issues on Kan-Ban board by using Jira API. Is it possible to do?

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 3, 2018

Hello, 

I think that you want to move an issue between columns in a Kanban board. If so, it can be done. Columns are mapped to statuses in the workflow, which is used by this issue. That is why all you need is just to move an issue to a status, which is mapped in the target column. 

You can use this Rest Api for it:

https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-doTransition

Артур Синиченко September 3, 2018

Not between columns.

I want to move tasks within columns:

KB Tasks.jpg

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 3, 2018

I guess you want to rank issues. You can do it with this Rest Api:

https://developer.atlassian.com/cloud/jira/software/rest/#api-rest-agile-1-0-issue-rank-put

Артур Синиченко September 3, 2018

Oh, TY. 

I think this is what i need :)

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 3, 2018

You are welcome! If you think that I answered your question, mark my answer as accepted.

Suggest an answer

Log in or Sign up to answer