jira-daily-report 0.1.105 → 0.1.106
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 +3 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,10 +11,6 @@ Generate daily standup reports from Jira and Tempo time tracking - available as
|
|
|
11
11
|
# Global installation (recommended for CLI usage)
|
|
12
12
|
pnpm install -g jira-daily-report
|
|
13
13
|
|
|
14
|
-
# Or use with npx
|
|
15
|
-
npx jira-daily-report generate
|
|
16
|
-
```
|
|
17
|
-
|
|
18
14
|
|
|
19
15
|
- **Jira API Token**: Get from https://id.atlassian.com/manage-profile/security/api-tokens
|
|
20
16
|
- **Tempo API Token**: Get from https://your-domain.atlassian.net/plugins/servlet/ac/io.tempo.jira/tempo-app#!/configuration/api-integration
|
|
@@ -34,10 +30,10 @@ export WHO_AM_I="Developer" # or "QC"
|
|
|
34
30
|
source ~/.zshrc # or ~/.bashrc
|
|
35
31
|
```
|
|
36
32
|
|
|
37
|
-
|
|
38
|
-
|
|
33
|
+
#### 3. Generate Your Report
|
|
34
|
+
### CLI Commands
|
|
39
35
|
|
|
40
|
-
|
|
36
|
+
#### `jira-report generate`
|
|
41
37
|
|
|
42
38
|
|
|
43
39
|
## Requirements
|
package/package.json
CHANGED