Skip to content

Instantly share code, notes, and snippets.

@tobrien
Forked from kohsuke/gist:5286040
Created April 13, 2013 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobrien/5376444 to your computer and use it in GitHub Desktop.
Save tobrien/5376444 to your computer and use it in GitHub Desktop.
├── html
│   ├── contactadministrator.vm
│   ├── filtersubscription.vm
│   ├── includes
│   │   ├── emailconstants.vm
│   │   ├── fields
│   │   │   ├── affectsversions.vm
│   │   │   ├── assignee.vm
│   │   │   ├── attachments.vm
│   │   │   ├── changelog.vm
│   │   │   ├── comment.vm
│   │   │   ├── components.vm
│   │   │   ├── createddate.vm
│   │   │   ├── description.vm
│   │   │   ├── duedate.vm
│   │   │   ├── environment.vm
│   │   │   ├── fixversions.vm
│   │   │   ├── issuekeysummary.vm
│   │   │   ├── issuekey.vm
│   │   │   ├── issuetype.vm
│   │   │   ├── labels.vm
│   │   │   ├── priority.vm
│   │   │   ├── project.vm
│   │   │   ├── reporter.vm
│   │   │   ├── resolveddate.vm
│   │   │   ├── securitylevel.vm
│   │   │   ├── status.vm
│   │   │   ├── timetracking.vm
│   │   │   ├── worklogchanges.vm
│   │   │   └── worklog.vm
│   │   ├── footer.vm
│   │   ├── header.vm
│   │   ├── mention-actions.vm
│   │   ├── summary-bottom.vm
│   │   └── summary-topleft.vm
│   ├── issueassigned.vm
│   ├── issueclosed.vm
│   ├── issuecommentedited.vm
│   ├── issuecommented.vm
│   ├── issuecreated.vm
│   ├── issuedeleted.vm
│   ├── issuegenericevent.vm
│   ├── issuementioned.vm
│   ├── issuemoved.vm
│   ├── issuereopened.vm
│   ├── issueresolved.vm
│   ├── issueupdated.vm
│   ├── issueworklogdeleted.vm
│   ├── issueworklogged.vm
│   ├── issueworklogupdated.vm
│   ├── issueworkstarted.vm
│   └── issueworkstopped.vm
├── includes
│   └── issueplugins.vm
├── macros.vm
├── subject
│   ├── filtersubscription.vm
│   ├── issueassigned.vm
│   ├── issueclosed.vm
│   ├── issuecommentedited.vm
│   ├── issuecommented.vm
│   ├── issuecreated.vm
│   ├── issuedeleted.vm
│   ├── issuegenericevent.vm
│   ├── issuementioned.vm
│   ├── issuemoved.vm
│   ├── issuereopened.vm
│   ├── issueresolved.vm
│   ├── issueupdated.vm
│   ├── issueworklogdeleted.vm
│   ├── issueworklogged.vm
│   ├── issueworklogupdated.vm
│   ├── issueworkstarted.vm
│   └── issueworkstopped.vm
└── text
├── cannotchangepassword.vm
├── contactadministrator.vm
├── errorinhandler.vm
├── errorsubscriptionconversion.vm
├── filtersubscription.vm
├── forgotpassword.vm
├── forgotusernames.vm
├── includes
│   ├── footer.vm
│   ├── issuesummary.vm
│   ├── userdetails_secure.vm
│   └── userdetails.vm
├── issueassigned.vm
├── issueclosed.vm
├── issuecommentedited.vm
├── issuecommented.vm
├── issuecreated.vm
├── issuedeleted.vm
├── issuegenericevent.vm
├── issuementioned.vm
├── issuemoved.vm
├── issuereopened.vm
├── issueresolved.vm
├── issueupdated.vm
├── issueworklogdeleted.vm
├── issueworklogged.vm
├── issueworklogupdated.vm
├── issueworkstarted.vm
├── issueworkstopped.vm
├── jirasupportrequest.vm
├── lossysubscriptionconversion.vm
├── partialsavedfilterconversion.vm
├── usercreated-nopassword.vm
├── usercreated.vm
└── usersignup.vm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment