Skip to content

Commit

Permalink
Update jira-time-tracking extension (raycast#10355)
Browse files Browse the repository at this point in the history
Co-authored-by: xzong <xzong@sonicwall.com>
  • Loading branch information
0w0miki and xzong authored Feb 8, 2024
1 parent 87c8e87 commit 34b9175
Show file tree
Hide file tree
Showing 9 changed files with 238 additions and 161 deletions.
13 changes: 13 additions & 0 deletions extensions/jira-time-tracking/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
3 changes: 3 additions & 0 deletions extensions/jira-time-tracking/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [Pagination support] - 2024-01-26
- Support load all projects/issues with Jira pagination API.

## [Initial release] - 2022-04-26

- Released first version of Jira Time Tracking
10 changes: 10 additions & 0 deletions extensions/jira-time-tracking/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Jira Time Tracking

This extension helps you to quickly add time log to specific issue.

## Setup

To use this extension, you need to fill the following preference:
- **Jira Domain**: The domain of your Jira instance, e.g. `company.atlassian.net`.
- **Jira Username**: Jira user name.
- **API Token**: An API token created as described in [Manage API tokens for your Atlassian account](https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/).
193 changes: 83 additions & 110 deletions extensions/jira-time-tracking/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 34b9175

Please sign in to comment.