Hi.
I want to dnd issues on Kan-Ban board by using Jira API. Is it possible to do?
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
You are welcome! If you think that I answered your question, mark my answer as accepted.
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.