JIra activities - How to get custom field value

Hi,

I am using Jira Software Integration for UiPath. I am using Search JQL query and i get the result in le issue list.
I use for each activitie on the issue list to get value of different fields.

It works for native Jira fields, but i do not manage to get the value of custom fileds.

Could someone help me please ?

Hi, @benjamin.denoual

Issue object has CustomFields properties.

Add break point at log message. When run stops, enter issue.CustomFields in Imediate Pane to see all recieved properties or look at Locals Pane

Don’t forget to mark it as a solution if the information provided helped you to clarify your question, so the solution can help other people with the same doubt.

Cheers

What is the syntax to use to find the custom field values?
for example you have found the custom values in the immediate pane, then what to do to extract the value?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.