Rest API - JIRA Boards

I’m interested in either creating or modifying on the fly JIRA boards using JQL. Is this possible using the JIRA Rest API? If not, would I need to construct a “board like entity” manually using the AUI in order to pull in relevant issues?

Hi, you are asking about Jira Software functionality. There is an additional set of REST API endpoints for Jira Software - https://docs.atlassian.com/jira-software/REST/cloud/. You can find there an endpoint for creating a new board - https://docs.atlassian.com/jira-software/REST/cloud/#agile/1.0/board-createBoard. However there is no possibility to modify it.

1 Like

Thanks, I’m not sure how I missed this.