Issue.SecurityLevel en JIRA

Hi, I’m trying to create an issue with the UiPath.Jira.Activities.Issue activity.

Hello,

I need to set before create de Issue, the Property Issue.SecurityLevel to “DGSII” that is the name of one SecurityLevel.

How can I do this? I tried with Options => Additional Fields and Custom Fields but it didn’t work

Thank you in advance.

This is the IssueSecureLevel I need:

IssueSecurityLevel { Description=“”, Id=“10059”, Name=“DGSII”, Self=“https://ferrovialsso.atlassian.net/rest/api/2/securitylevel/10059” }

In dic_JIRA I have the other fields that are assigned OK

{
“Acceso proveedor”: “Proveedor_Arinso”,
“Negocio”: “DGSII”,
“Aplicación de Negocio”: “SAP HR euHReka”,
“Tipología”: “Support & Maintenance: euHReka”,
“Entorno/s”: “Production”
}

@jose.guillen.external

I guess you need to use the custom field property name

cheers

Yes, but i don’t know the customfield_number of SecurityLevel because the ID 10059 is the id of the concrete “DGSII” SecurityLevel :face_with_raised_eyebrow:

I also tried to get the customfields of one issue and didn’t appears the customfield_number for “SecurityLevel” property :frowning:

@Anil_G I tried but not worked