Hey, I have decided to develop an application that extracts info from cases in Jira.
First question is: How can I find the address / port of the server on the cloud?
Second question: username and password for jira is a string value. Does this get encrypted in someway? or do I have to take measures of my own to make sure that no one can steal this critical information?
In advance, thanks for any help!
-Erik
Dear @Erik Thomas Nerland
1) its https://<yourdomain>.atlassian.net:443/
2) cloud is always SSL encrypted. Authentication works different from server. Follow this link.
I recommend to ask more detailed questions on https://community.developer.atlassian.com/
So long
Thomas
Thank you very much, I now have what I need to get going with the development. I will use the links you provided from now on.
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.