Hello,
I am using the web service macro in my Jira automation to create a confluence page. I already have an lookupissue macro in it. My questions are:
Can I use another lookupissue macro in my automation?
If so, what would be the string ot use?
{{lookupissue.summary ~abc}} or something like that?
Hi @Saira --
It would be helpful if you can include screenshot of your current automation rule so we can see what you are doing now.
If you are already using the Lookup issues trigger, then you can specify in the JQL
summary ~ abc
If for some reason you are doing a secondary Lookup issues, can you explain why?
One thing I'm concerned about is that Automation rules can run out of order (asynchronously), so if you're trying to reference the resulting {{lookupIssues}} smart values it may not be referencing the same query.
But like I said, a screenshot would be helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.