Hello Gurus,
I am trying to Automatically add/write a comment to a jira issue by clicking a button on a Windows form. I have my Windows form ready which on a click of the result button shows a summary of all that was previously selected in the form. Instead of showing this in a new form, I want it to post this directly to a Jira issue and close the jira task.
Can anyone point me to a direction on how this can be done. I plan to use REST API's from Atlassian. I actually already have a structure of the API calls ready as a .cs file.
How do I integrate my project.cs file with this AtlassianRESTAPI.cs file so that on a click of a button the information is written to the Jira issue.
Thank you for you time.
Kishen