-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1.0
-
None
-
Minor
Issue Summary
When creating an issue from Slack, if there are more than one link (Slack formatting) in one line of text, only the first will be added to Jira.
The "swallowing" only occurs when there are "mailto" links. Other links are not swallowed but still break proper formatting.
Steps to Reproduce
- Use /jira create command
- Type in a description like "Foo (<example.com
|some@example.com>) bar (<example.com
|some@example.com>) baz."
- Submit
Expected Results
Issue description in Jira should have two links.
Actual Results
Description will be:
Foo (some@example.com) baz.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.