PeterBlenessy / ai-assistant-for-jira-desktop

0 stars 0 forks source link

Add support for Jira Server REST API #5

Closed PeterBlenessy closed 1 month ago

PeterBlenessy commented 1 month ago

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.

PeterBlenessy commented 1 month ago

Use @atlassian/jira package.

PeterBlenessy commented 1 month ago

For states, use Pinia store.