Skip to content

Fixed it #486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fixed it #486

wants to merge 1 commit into from

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