Skip to content

Commit 4aeac8f

Browse files
committed
updating README
1 parent c91fa65 commit 4aeac8f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $ pip3 install -r attack2jira/requirements.txt
2626

2727
- You will need a [Jira Software Cloud](https://www.atlassian.com/software) environment.
2828
- You can set up a [free trial](https://www.atlassian.com/software/jira/free) environment for up to 10 users [here](https://www.atlassian.com/try/cloud/signup?bundle=jira-software&edition=free).
29+
- Admin access is required
2930

3031
### Usage
3132

@@ -37,6 +38,10 @@ $ pip3 install -r attack2jira/requirements.txt
3738
Create the Jira ATTACK project and issues
3839
```
3940
$ python3 attack2jira.py -url https://yourjiracloud.atlassian.net -u user@domain.com -a initialize
41+
```
42+
Create the Jira ATTACK project with custom project and key
43+
```
44+
$ python3 attack2jira.py -url https://yourjiracloud.atlassian.net -u user@domain.com -a initialize -p 'ATTACK Coverage' -k ATT
4045
```
4146
Export an ATTACK Navigator JSON layer
4247
```

0 commit comments

Comments
 (0)