Hello,
I am C# developer and we want to integrate JIRA in our current project using jira SDK so please suggest with example, how can i create issue with attachment using jira SDK in C#.
Also please suggest how can i get project key using jira SDK in C#.
Please suggest !
Regards,
Gajendra
Your c# code should make REST calls into Jira to do this. I could point you at a doc, but the examples are far more useful (and have the links I'd use too). Start at https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.