i am developing a streamlit dashboard that should get the data from Jira using JIRA API.
it worked for my instance (using a user name and API token) of jira but when i tried to use it to analyze data from a server hosted instance of jira (in a company server) i didn’t know how to get the right jira credentials to connect the app to jira data. (i have user name and password for this instance as a user not an admin)
the server jira instance is hosted on a company server and is accessed through citrix virtual machines.
did anybody have a solution for such a problem?
thanks in advanced