Skip to content

Markdig extension that automatically add links to JIRA issue items

License

Notifications You must be signed in to change notification settings

clarkd/MarkdigJiraLinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

This extension has been merged into the core of markdig. Thanks @xoofx!


Markdig Jira Linker

This is a Markdig extension that automatically add links to JIRA issue items within your markdown, e.g. XX-1234

Getting Started

  • Build & reference the library
  • Add the extension to your pipeline using the extension method UseJiraLinks
  • Set your JIRA base URL within the options
  • All done!
var pipeline = new MarkdownPipelineBuilder()
	.UseJiraLinks(new JiraLinkOptions()
	{
		Url = "https://company.atlassian.net"
	})
	.Build();

Authors

License

This project is licensed under the MIT license. See the LICENSE.md for details.

Contributing

Please feel free to raise pull requests or issues for any issues you find.

About

Markdig extension that automatically add links to JIRA issue items

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages