jira-daily-report 0.1.107 → 0.1.109
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,6 +10,7 @@ Generate daily standup reports from Jira and Tempo time tracking - available as
|
|
|
10
10
|
```bash
|
|
11
11
|
# Global installation (recommended for CLI usage)
|
|
12
12
|
pnpm install -g jira-daily-report
|
|
13
|
+
```
|
|
13
14
|
|
|
14
15
|
|
|
15
16
|
- **Jira API Token**: Get from https://id.atlassian.com/manage-profile/security/api-tokens
|
|
@@ -30,18 +31,17 @@ export WHO_AM_I="Developer" # or "QC"
|
|
|
30
31
|
source ~/.zshrc # or ~/.bashrc
|
|
31
32
|
```
|
|
32
33
|
|
|
33
|
-
### 3. Generate Your Report
|
|
34
34
|
### CLI Commands
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
##### `jira-report generate`
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
### Requirements
|
|
40
40
|
|
|
41
41
|
- Node.js >= 16.0.0
|
|
42
42
|
- Jira Server access with API token
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
### Support
|
|
45
45
|
|
|
46
46
|
For help with setup, troubleshooting, or feature requests, please visit our [GitHub Issues](https://github.com/voxuanthuan/daily-report/issues) page.
|
|
47
47
|
|
package/package.json
CHANGED