Jira Server REST API allows the user to make https based calls to the Jira Server instance, for example to make JQL queries, search for Jira issues, display information about Jira projects and issues, etc.
The application already has support for storing the server base url and personal access token (PAT) in the application store. Make changes to the application App.vue file to check if these parameters are already stored and use them to connect to the Jira server instance.
If connection is successful, this should be indicated with an appropriate small icon in the footer.
If the parameters are not available, display the settings dialog.
Jira Server REST API allows the user to make https based calls to the Jira Server instance, for example to make JQL queries, search for Jira issues, display information about Jira projects and issues, etc.
The application already has support for storing the server base url and personal access token (PAT) in the application store. Make changes to the application App.vue file to check if these parameters are already stored and use them to connect to the Jira server instance.
If connection is successful, this should be indicated with an appropriate small icon in the footer.
If the parameters are not available, display the settings dialog.