https://github.com/jmini/asciidoctorj-jira
Asciidoctorj extension to create links to jira
https://github.com/jmini/asciidoctorj-jira
Last synced: 11 months ago
JSON representation
Asciidoctorj extension to create links to jira
- Host: GitHub
- URL: https://github.com/jmini/asciidoctorj-jira
- Owner: jmini
- License: epl-2.0
- Created: 2019-02-20T07:30:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T04:38:00.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T03:05:41.591Z (over 1 year ago)
- Language: Java
- Size: 226 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: asciidoctorj-jira
:project-name: jira:[]
:branch: master
:twitter-handle: j2r2b
:license: https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
:license-name: Eclipse Public License - v 2.0
:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]
//tag::header[]
= jira:[]
Jeremie Bresson
Asciidoctorj extension to create links to an issue in JIRA.
//end::header[]
image:https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}.svg?style=svg["CircleCI", link="https://circleci.com/gh/{gh-repo-owner}/{gh-repo-name}"]
== Project Homepage
Visit the link:{homepage}[project home page] to know more about:
* usage of the extension
* integration examples
* ...
//tag::contact-section[]
== Get in touch
Use the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]
//tag::license-section[]
== License
link:{license}[{license-name}]
//end::license-section[]