Skip to content

Commit

Permalink
add server side hint
Browse files Browse the repository at this point in the history
  • Loading branch information
szn committed Jun 4, 2024
1 parent c86d1bd commit b6a4807
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/md2cf/utils/confluencemd.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ def __rewrite_issues(self, html):

if not self.license and self.convert_jira:
logger.warning("To expand Jira issues, you must have „Secure Markdown for Confluence” installed (free for small business)")
logger.warning("See: https://marketplace.atlassian.com/plugins/secure-markdown-for-confluence")
logger.warning("Cloud: https://marketplace.atlassian.com/plugins/secure-markdown-for-confluence")
logger.warning("Server/data-center: https://dirtyagile.atlassian.net/wiki/x/AQACR")
return html

for (replace, key) in issues:
Expand Down

0 comments on commit b6a4807

Please sign in to comment.