Hi,
I know that I can import data from JIRA to Excel, but can I do the opposite, a simple example would be the burnt points for a task.
I am using a macro enabled excel sheet, we most of the functions inside are developed using VBA, I am trying to build a function that can post from the sprint tracker on my excel sheet to JIRA, so basically I can access the task details from a form in the excel sheet, and can I create an issue or incident report from the excel form ?
if there is a way would you please provide me with a link or details of the API to do so ?
thanks,
Welcome to the community
Here the official documentation about the Jira API
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-createIssues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.