Harvest -> JIRA Sync

One-click-sync your Harvest Worklog entries to your JIRA Tickets.

Harvest -> JIRA Sync란 무엇입니까?

Harvest -> JIRA Sync은(는) https://brunner-consulting.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click-sync your Harvest Worklog entries to your JIRA Tickets."입니다.

확장 프로그램 스크린샷

screenshot

Harvest -> JIRA Sync 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        One-click-sync your Harvest worklogs to JIRA with this browser extension!
You need to be logged in to your Harvest & JIRA account and configure the Urls on the settings page.
The extension popup will list you all worklogs you have in Harvest & JIRA for today. If the worklogs match in JIRA-Ticket, duration & exact comment they will be considered a match and listed in one line. You can navigate back and forth in time to also compare past days.

If an entry is only present in Harvest, and the comment begins with a valid JIRA Ticket Nr, you will get offered a one-click-sync to JIRA. There is also a convenience button for syncing all entries of a day at once.

Changelog:
* 0.8.0
  - fix timezone bug #9 for people in america (the issue was logged on the day before in JIRA)

* 0.7.0
  - updated external libraries bootstrap and jquery
  - make build smaller by using --prod build option

* 0.6.0
  - update angular version from angular 2 to angular 8.2
  - fixed issue #5 when harvest entries without comment were not detected as matches

* 0.5.0
  - allow numbers in the JIRA project name to enable tickets like `ABC4-789`

* 0.4.2
  - bugfix for JIRA links

* 0.4.1
  - no default Urls anymore for first public release, the user gets prompted to enter his base Urls on first usage

* 0.4.0
  - added a settings page to configure and test Harvest & JIRA Urls
  - the plugin only requests permissions to the concrete configured urls at runtime

* 0.3.0
  - Display hours in JIRA format as 1h 30m
  - Daily sum of hours logged
  - Spinner for long running requests
  - Sync all sequentially (not parallel) due to JIRA bug

* 0.2.0
  - Navigating back and forward in time faster (added +-7 days button)
  - Sync all entries of a day button if more than 1 entry was found for syncing
  - Provided more icons - so the icon is also shown in the chrome://extensions overview

* Version 0.1
  - base version allowing all basic syncing single entries to JIRA                    

확장 프로그램 기본 정보

이름 Harvest -> JIRA Sync Harvest -> JIRA Sync
ID imogkeoglmoaghpegcmghjicbdgbahio
공식 URL https://chromewebstore.google.com/detail/harvest-%3E-jira-sync/imogkeoglmoaghpegcmghjicbdgbahio
설명 One-click-sync your Harvest Worklog entries to your JIRA Tickets.
파일 크기 647 KB
설치 횟수 77
현재 버전 0.8.0
최근 업데이트 2020-01-16
출시 날짜 2020-01-16
평점 4.33/5 총 3 개의 평점
개발자 https://brunner-consulting.de
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harvest -> JIRA Sync",
    "description": "One-click-sync your Harvest Worklog entries to your JIRA Tickets.",
    "version": "0.8.0",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "24": "assets\/icons\/icon24.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_ui": {
        "page": "index.html?options",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}