mikemccand opened a new issue, #27: URL: https://github.com/apache/lucene-jira-archive/issues/27
I think we should polish the header a bit. Here is an example of what it looks like now: ``` Jira information Original Jira: https://issues.apache.org/jira/browse/LUCENE-2230 Reporter: Fuad Efendi Assignee: Created: 2010-01-21T20:18:24.387+0000 Updated: 2011-05-17T19:43:13.861+0000 Resolved: None Issue Links: Sub-Tasks: Pull Requests: ``` Could we?: * Change the header to `Legacy Jira Details` * If there are no issue links, sub tasks, pull requests, Assignee, Resolved, etc., let's not output those empty lines * Render original Jira as a hyperlink with issue as the text, i.e. [LUCENE-2230](https://issues.apache.org/jira/browse/LUCENE-2230). No need for the `Original Jira` header I think? * Render dates like `2010-01-21` (leave off the timestamp, timezone) So then maybe it could look something like this: ``` Legacy Jira LUCENE-2230 Reporter: Fuad Efendi Created: 2010-01-21 Updated: 2011-05-17 ``` I can maybe take a stab at this ... but I'm have some trouble finding where this text is generated in the Jira export / GitHub import source code... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
