I am able to connect to my jira and also getting values from custom fields.
Issue is when i am getting value from one of the custom field name “Managers List” i am able to fetch only single value but in the field in JIRA there are total 3 values .(same for resource list also)
Check below screenshots.
Hello Mathkar,
First, @Hiba_B put a very good question you need to check this.
You don’t get only one value Because I see Sarangi, Girija so I look that return the first line.
I never use this field so I don’t have the experience to share, but please try also other fields and check where the information appears.
Thanks,
Cristian Negulescu
Sorry , i have not understood ur question . i have not use script scrapping for this , i am using jira activities present in uipath. you wnat me to check with screen scrapping ?
Oh ! I did not understand that you’re using jira activities, sorry for misleading then ^^
I don’t have experience on jira activities, someone else might answer better
The idea with screen scraping is to see if is the same field could be different fields and base on the name you can understand what to search inside of fields from the connector.
Click on it, and indicate the Managers list field by hovering on it.
If you see different fields, then that explains why you’re not getting all the names
Ok I don’t know how to solve this my only idea is this.
Use SEND REST API RAW activity and there put a JQL command that will return JSON.
Here is an example of a command:
And here is Video on how to extract JQL from the interface:
After you get your correct JSON you have here a dedicated movie: