Production Discussion Test #1954
Replies: 2 comments
-
Hello from 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
-
test |
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