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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.