I have an Excel spreadsheet of tasks and I want to write some VBA code so that I can press a button and a task is sent to JIRA where a new JIRA Issue (I think that is what they are called) is created.
Is this possible and where would I start? I am perficient in VBA.
Thanks
Hi Dave,
see this link:
https://answers.atlassian.com/questions/180214/creating-jira-issue-from-excel-vba
VBA can run a command - see JIRA Command Line Interface has createIssue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If VBA can convert excel data into JSON strings, then you can use the REST API (https://docs.atlassian.com/jira/REST/latest/).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.