I have not worked on integrating the Jira service desk, however, to attract more attention from experts here, please elaboarate your usecase, provide more details on what you are tring to achieve may be with screenshots etc.
I have integrated JIRA Service desk for ticket creation in case of access revoke. I need to add displayName or email ID of the user whose access getting revoked in the description and summary.
If you want to add any custom attributes in the ticket that are not in the plan, you need to have a Before Provisioning rule. Using this rule, add all the required attributes to the plan.
where do I need to patch this rule, since I have not added any source for JIRA. Do i need to create a JIRA source? I thought this will work without any source creation.
BP rule is a cloud rule, first you need to have it deployed to tenant through SailPoint ES team and then have it patched to JIRA serivce desk integration
yes, no need to have a rule, just use this statement in description field #if ($request.items) #foreach ($item in $request.items) $!item.Operation $item.name: $!item.value