jira-daily-report 0.1.104 → 0.1.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ npx jira-daily-report generate
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
- **Jira API Token**: Get from https://id.atlassian.com/manage-profile/security/api-tokens
|
|
20
|
-
- **Tempo API Token**: Get from https://
|
|
20
|
+
- **Tempo API Token**: Get from https://your-domain.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-app#!/configuration/api-integration
|
|
21
21
|
|
|
22
22
|
**Or use environment variables:**
|
|
23
23
|
|
package/package.json
CHANGED