Closed Bug 1693171 Opened 3 years ago Closed 3 years ago

"See Also" field to link to pocket issues

Categories

(bugzilla.mozilla.org :: Administration, task)

Tracking

()

RESOLVED FIXED

People

(Reporter: dveditz, Assigned: dkl)

Details

Attachments

(1 file)

Other Requests

Currently we can't link to Pocket issues in the See Also field. It would be nice to link to them for MOVED issues. The ones I've recently encountered are of the form
https://getpocket.atlassian.net/browse/P12-3456

Assignee: nobody → dkl
Status: NEW → ASSIGNED

The Pocket JIRA uses standard format URIs so you can just add the URI and it will work fine. Our JIRA see also just looks for URIs with the regex m|/browse/[A-Z][A-Z]+-\d+$| regardless of the domain.

Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED

https://getpocket.atlassian.net/browse/P12-3456 doesn't match /browse/[A-Z][A-Z]+-\d+$, which is I guess why this bug was filed.

Status: RESOLVED → REOPENED
Resolution: FIXED → ---

By default, a Jira project key format must be at least 2 characters long and contain only uppercase letters, however you can change the project key format. https://confluence.atlassian.com/adminjiraserver/changing-the-project-key-format-938847081.html

/browse/[A-Z][A-Z0-9_]+-\d+$ is probably what we want.

(In reply to :glob 🎈 from comment #2)

https://getpocket.atlassian.net/browse/P12-3456 doesn't match /browse/[A-Z][A-Z]+-\d+$, which is I guess why this bug was filed.

Yep. Sorry missed that slight difference. I will take a look at updating the JIRA bug url code to so that it can be used for Pocket issues as well.

Status: REOPENED → ASSIGNED
Attached file GitHub Pull Request

Merged to master.

Status: ASSIGNED → RESOLVED
Closed: 3 years ago3 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: