Commit fb7832059fb9557c6f9d5596b6652d664a5ea1e7
1 parent
c417167e
Exists in
master
and in
1 other branch
add documentation about Jira issue tracker integration
Showing
2 changed files
with
13 additions
and
1 deletions
Show diff stats
CHANGELOG.md
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | 4 | ||
5 | - Update some gems ([@shingara][]) | 5 | - Update some gems ([@shingara][]) |
6 | - [#492][] Improve some Pjax call ([@nfedyashev][]) | 6 | - [#492][] Improve some Pjax call ([@nfedyashev][]) |
7 | -- [#428][] Add the support of Unfuddle Tracker ([@parallel588][]) | 7 | +- [#428][] Add the support of Unfuddle Issue Tracker ([@parallel588][]) |
8 | - Avoid to delete his own user ([@shingara][]) | 8 | - Avoid to delete his own user ([@shingara][]) |
9 | - [#456][] Avoid to delete admin access of current user logged ([@shingara][]) | 9 | - [#456][] Avoid to delete admin access of current user logged ([@shingara][]) |
10 | - [#253][] Refactor the Fingerprint generation ([@boblail][]) | 10 | - [#253][] Refactor the Fingerprint generation ([@boblail][]) |
README.md
@@ -423,6 +423,18 @@ card_type = Defect, status = Open, priority = Essential | @@ -423,6 +423,18 @@ card_type = Defect, status = Open, priority = Essential | ||
423 | * Project id the id of your project where your ticket is create | 423 | * Project id the id of your project where your ticket is create |
424 | * Milestone id the id of your milestone where your ticket is create | 424 | * Milestone id the id of your milestone where your ticket is create |
425 | 425 | ||
426 | +** Jira Issue Integration ** | ||
427 | + | ||
428 | +* base_url the jira URL | ||
429 | +* context_path Context Path (Just "/" if empty otherwise with leading slash) | ||
430 | +* username HTTP Basic Auth User | ||
431 | +* password HTTP Basic Auth Password | ||
432 | +* project_id The project Key where the issue will be created | ||
433 | +* account Assign to this user. If empty, Jira takes the project default. | ||
434 | +* issue_component Website - Other | ||
435 | +* issue_type Issue type | ||
436 | +* issue_priority Priority | ||
437 | + | ||
426 | 438 | ||
427 | What if Errbit has an error? | 439 | What if Errbit has an error? |
428 | ---------------------------- | 440 | ---------------------------- |