Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz authored Dec 23, 2023
1 parent d9cf821 commit 1d1f9ff
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,23 @@


A plugin for CumulusCI that adds a service to connect to Atlassian's Jira including an integration with CumulusCI's release notes parser

# WARNING: This installs a non-production release of CumulusCI and experimental plugin code
```
pip install git+https://github.com/muselab-d2x/CumulusCI-Jira
```

Add the following to your cumulusci.yml file to enable the plugin:
```
plugins:
- cumulusci_jira
```

## Reset your CumulusCI:
```
pip uninstall cumulusci_jira
pip uninstall cumulusci
pip install cumulusci
```

- Free software: BSD-3-Clause
- Documentation: https://jlantz.github.io/CumulusCI-Jira.
Expand Down

0 comments on commit 1d1f9ff

Please sign in to comment.