stig / ox-jira.el

Org-mode export backend for JIRA markup
128 stars 19 forks source link

Why are so few languages supported? #42

Closed Fuco1 closed 4 years ago

Fuco1 commented 6 years ago

Is this check necessary?

(if (member lang '("actionscript" "html" "java" "javascript" "sql" "xhtml" "xml")) lang "none")

What if we just pass whatever user put in org and jira will either use it or ignore it. I'm pretty sure they can work with yaml for example.

wasamasa commented 6 years ago

JIRA doesn't support many languages, but YAML is on the list: https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=advanced

I wonder what Nyan is...

luskwater commented 6 years ago

https://github.com/SFTtech/nyan

On Thu, Aug 16, 2018, 12:14 PM Vasilij Schneidermann < notifications@github.com> wrote:

JIRA doesn't support many languages, but YAML is on the list: https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=advanced

I wonder what Nyan is...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stig/ox-jira.el/issues/42#issuecomment-413600934, or mute the thread https://github.com/notifications/unsubscribe-auth/AACmISq-VGEUBQRV5-dRC6xJl47jds6Sks5uRZpsgaJpZM4WABL1 .

--

If my answer seems remarkably short, it was probably generated by artificial intelligence at Google

stig commented 5 years ago

@Fuco1 I don't remember why I added that check, but I suspect JIRA didn't behave well if I passed it languages it doesn't know about. If you have access to JIRA this should be fairly simple to verify for yourself.