Skip to content

Commit 68495bc

Browse files
[TECH] Met à jour la documentation pour le password.
#14
2 parents b8aac25 + 4697aa3 commit 68495bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ npm ci
1717
cp sample.env .env
1818
```
1919

20+
For the password, you need to create an API Token at this url : https://id.atlassian.com/manage-profile/security/api-tokens
21+
2022
3. Run the script:
2123
```bash
2224
node --env-file=.env index.js
@@ -33,4 +35,4 @@ from age
3335
where status in ('Ready for dev', 'Doing', 'Tech/Func Review', 'Deployed on Integration', 'Deployed on Recette') and extract(epoch from duration) > 0
3436
group by status
3537
order by position(status::text in 'Ready for dev, Doing, Tech/Func Review, Deployed on Integration, Deployed on Recette');
36-
```
38+
```

0 commit comments

Comments
 (0)