0

I have developed a jira-plugin that can be installed in many instances of jira having different domains. Is there any API or another way to generate the client ID's automatically that I can use it in my plugin-code-source by giving her only the domain as input and it returns the client ID as output?

joelgeraci
  • 4,606
  • 1
  • 12
  • 19
fi_imene
  • 3
  • 1
  • You can generate your own IDs using pure JavaScript as shown in [this answer](https://stackoverflow.com/a/23328916/14267427). – Tyler2P Aug 18 '21 at 09:56
  • Which Id are you looking to gain? And are you on Cloud, Server, or Datacenter. Based on the instance type, what plugin development platform are you using? – Tom Gionfriddo Aug 19 '21 at 03:05
  • @Tyler2P - Your comment is incorrect. The clientID for Adobe PDF Embed API requires credentials generated by Adobe. It is not a UUID. – joelgeraci Aug 19 '21 at 19:13

1 Answers1

1

Currently, the clientID can only be generated via the adobe.io console.

joelgeraci
  • 4,606
  • 1
  • 12
  • 19