Production final Test #1945
Unanswered
kaba199219
asked this question in
INTERNAL TESTING
Replies: 2 comments
-
Text Removed jira export async function findJiraIssueByDiscussionId(discussionId) {
const byId = await kvs.get(`gh-discussion:jira:${discussionId}`);
if (byId && (byId.issueId || byId.issueKey)) {
const { issueId, issueKey, requestId } = byId;
return { id: issueId || requestId || issueKey, key: issueKey, requestId };
}
return null;
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Text Removed Github export async function findJiraIssueByDiscussionId(discussionId) {
const byId = await kvs.get(`gh-discussion:jira:${discussionId}`);
if (byId && (byId.issueId || byId.issueKey)) {
const { issueId, issueKey, requestId } = byId;
return { id: issueId || requestId || issueKey, key: issueKey, requestId };
}
return null;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
Beta Was this translation helpful? Give feedback.
All reactions