ameer-clara
Results
2
comments of
ameer-clara
Legacy feed swarm implementation had no restriction on the payload. Was there a reason to make it of ```Reference``` type? Would love to find out when this feature could be...
I can confirm this works for me for version3Client as well as AgileClient: ```javascript const jira = new Version3Client({ host: `https://api.atlassian.com/ex/jira/${cloudId}`, newErrorHandling: true, authentication: { oauth2: { accessToken: accessToken.access_token, },...