Skip to content

Conversation

amankumar100
Copy link

This PR introduces two new commands to improve the developer workflow integration with Jira issues in VS Code:

🏁 atlascode.startWork: Marks a Jira issue as "in progress" and displays it in the status bar.

✅ atlascode.finishWork: Clears the active issue, removing it from the status bar.

Key Changes
New commands registered: atlascode.startWork and atlascode.finishWork in extension.ts.

Status Bar Integration: A persistent status bar item shows the current active issue, with a quick action to "Finish Work".

Updated package.json: Commands are added to the extension’s contribution points for visibility in the Command Palette.

Code cleanup and state management: The extension maintains the currently active issue in memory and updates the status bar dynamically.

Introduced atlascode.startWork and atlascode.finishWork commands.

Added a status bar item to display the active Jira issue.

Clicking the status bar allows finishing the current work.

Updated package.json to register the new commands.

This improves Jira workflow visibility directly in the VS Code UI.
@amankumar100
Copy link
Author

please review and merge this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant