PR for issue #111
Updated docs accordingly.
I think there's a grammar typo in this sentence. "issue id to allowing users to search"
I guess this works.
The JQL to search for this looks like, what? text ~ "UPSTREAM-#ID"? (Have you checked with the person requesting this that this style of search is acceptable?
text ~ "UPSTREAM-#ID"
@ralph Yes, this allows the user to search for the issue in the top-right search bar.
I have also checked with the reporter and they seem happy with it.
I didn't want to incorporate the ID into the JIRA description (because regex is hard and prone to problems), so this seemed to be the only solution that would allow the JQL text ~ "...". WDYT?
text ~ "..."
rebased onto 0a740ca863f0a9c520fc2a74bb8da3b6d9c88980
rebased onto 502cf38998e12ae9360afce4e437494bcdb8eb3f
:+1: to merge. :)
Totally cosmetic... I try to end all of my lists like this with a trailing comma ,, such that the next time I add a new entry on the end of this list, the git diff only shows my addition and doesn't show a modification of the previous line adding a comma.
,
rebased onto 157fa555cdc414e813b3a33bee32fef07db6c9a8
Pull-Request has been merged by sidpremkumar
PR for issue #111
Updated docs accordingly.