I am developing application in C# which needs to add issue in JIRA. I am opening JIRA web page with some default value and expecting user will modify certain value in UI. I can able to open page using below web page access but it doesn't work if active session is not available on particular browser. Do we have any option where we can create active session before this page call? I have login credential.
Can I send any image attachment using below format? Please suggest.
Thanks for your support.
Rajeev
You should look into JIRA connect to do this via the REST interface.
https://developer.atlassian.com/server/jira/platform/rest-apis/
Thanks Randy for your response. I was looking some option where I can directly open JIRA page and i got partial achievement using below URL.
But this only works if browser is having active session otherwise it gets directed on login screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You shouldnt be integrating in that way because there's no guarantee that Atlassian will maintain that architecture going forward; every potential change to those pages on the Atlassian side will break your app.
You should be using JIRA connect and REST instead.
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.