Hi,
I am creating file which contains Jira issue keys.
In my workflow i am opening this above file which contains jira issue keys and for each issue key i am trying to get jason because i want some values from that jason.
I am using invoke code activity to create jason and passing that object in http request and passing my variable “key” in invoke method which contains issue key.
By doing this i am able to get jason for first value (issue key ) which is in file but for second value i am getting error in invoke method like “Invoke Method: Can not add property jql to Newtonsoft.Json.Linq.JObject. Property with the same name already exists on object.”
Kindly find below all screenshots .
@Cristian_Negulescu @deepak.rai6 @AndersJensen