Hi Team, I am trying JIRA integration first time where i am trying to get the jira user stories assigned to me and want the agent to analyse the fields and help me in building the test cases. Any suggestion how can i do it. i tried first building api workflow on web studio but i am not able to get the output from the request but it is giving me success code. Any suggestion how to deserialize the output and assign it to different variables?
Hi @Prasanthi,
Welcome to the community.
You can deserialize the JSON response using Deserialize JSON (or Deserialize JSON Array) and then access the required fields.
Thanks
There should be a better JIRA activity that lets you get the story and gives you a better object to work with that doesnt need deserializing. Did you try those before trying the HTTP request one?
