Hi community,
we've installed the JSM PlugIn frm Atlassian Labs (https://marketplace.atlassian.com/apps/1232506/jsm-assets-microsoft-entra-id-azure-ad-integration?tab=overview&hosting=cloud) to sync users from Microsoft EntraID / AzureAD to Jira Assets. The import works well, but its a manual task.
The usual workaround of creating a jira automation rule with an API call unfortunately falls, as imports from the type external can't be started with the API.
Anybody else got an idea to automate the import of the users?
Thanks in advance
I'm running into this SAME Issue, and I've written about it in the Jira Subreddit here: Help with Asset API - Triggering Microsoft Entra Import
My understanding is that the `/importsource/{importSourceUuid}/` actions are only related to external imports, as if I were trying to import external data into Asset Management myself. I thought that I could use `/import/start/{id}` but that doesn't appear to work. I get ` (415) Unsupported Media Type error.` if I use it as written, then if I add the Content-Type header, I get ` (400) Bad Request`.
My thought is that the Entra ID extension itself should have an API call to trigger the execution, but I'm not finding any method or documentation for triggering extension API calls.
I wish they'd just add a scheduling feature to make it easier on everyone, but Atlassian appears to have built the bare minimum and called it good. 🤷♂️
Hi Monty, Have you been able to automatically trigger the import?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Michael Ayeni No - It is not possible. As I expected the triggering mechanism is in the integration itself, not part of the asset management API. I ended up removing this and switched to the iHub app from the marketplace. It's been a lifesaver and it has allowed me to automate a lot more things that I've been struggling with. The devs have been really responsive whenever I've had questions as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot @Monty , I will take a look at the app.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.