I am trying to automate creating JIRA for the exception raised in the bot.
I sucessfully created the JIRA issuse , but facing problem with assigning the issue to any user. I tried using Assign Issue activity, but i am unabel to get the earlier created Issue ID.
Hi @Satya_Kishore,
To get particular ticketâs id you need to search for ticket using . This will return list of tickets which will have Key property for each element.
When creating the ticket using Create Issue activity you also have output parameter which should return you such things.
Hi @Pablito,
Can you please let me know the exact keyword tht need tobe used to get the Issue Key.
I tried the approch you mentioned by create issue activiy but unable to get the if from the output parameter.
Hi Sanghavi G, this will only work with JIRA Cloud. If your organization is still on JIRA On-primes then unfortunately some of the activity from JIRA pack will not work.