| Source path: hg/ issue_exporter.py Branch: default |
|
|
|
|
Change log
68673178bbc4
by Michael MacFadden <michael.macfadden>
on Apr 23, 2011
Diff
- The id was shortened to simply the issue Id number from the url. - The columns were re-ordered and renamed to line up with how Jira typically orders them. - The comments from the google code issue were moved from the description to a single comment column. This way the comments will appear as a single comment in the Jira issue. - The handling of the labels was enhanced to specifically look for the priority and ...
| Go to: |
Sign in to write a code review
Older revisions
220f3170df43
by Michael MacFadden <michael.macfadden>
on Apr 22, 2011
Diff
Updated the issue_exporter.py script to handle the type and priority labels more flexibly.
3bd95fb6ce5b
by oh...@google.com
on Apr 22, 2011
Diff
issue_exporter: Get all issues, not just 25, and embed the comments in the description rather than dropping them. Also assert that there are exactly 2 ...