Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-11-12 20:18
Updated·2021-11-12 20:23
Flavor·Java

"
(?:(?!\/)).*(?:\/)(.[A-Z0-9]*[-][0-9]*)
"
gm
Open regex in editor

Description

Jira Wiki Markup content can have multiple issueKeys and repeat the same key up to three times. There are also random forward slash characters in the content and text that may look like a valid key, but is not.

Submitted by Hank