Hello,
we are using a custom plugin which extends ther SD-Dialog-UI,
After the update to Service Management 5.12.x our plugin isn't able anymore to handle "seclet components", becaus e they are now build with react instead of select2 as before (e.g. version 5.4.x).
When/which version was the switch was made to react?
Are there any "endpoints/Api's" to handle the new components?
Best regards,
Oliver
Hi @Timetoact
I see it's Jira Cloud and as far as I know the select2 dropdowns were replaced (widely) with React-based components long ago (around mid 2020), then Atlassian applied the same for Jira datacenter. However, I don't know the exact version of the changes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, if it's DC then as far as I recall, in JSM 5.10.x, major components such as the issue create/edit dialogs and form fields began adopting React, and then most select components transitioned fully to React by JSM 5.12.x
React-based components require a different approach compared to legacy implementations. These components cannot be manipulated directly using jQuery or similar tools. Instead, they rely on React's state and props.
Most React-based UI components in JSM fetch data via REST endpoints. Atlassian provides frontend JavaScript APIs for custom integrations, which can be used for fetching and manipulating data.
I hope that's helpful
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.