I am currently building a connection between Salesforce and a Jira Service Project using Mulesoft composer. To complete this connection, I have found the only item I can use as a unique ID from Jira would be the name of the organization associated to the Jira ticket.
Within Mulesoft, we can only search for certain types of field on a Jira ticket, items like String, Radio, check box's, and picklists. So what I would like to do, is take the associated Organization Name, and paste the name into a string text field on the ticket, so I can access it and use it in my connection.
If anyone knows a way to make this happen, a solution would be much appreciated. I will attach an image for context.