You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I want to know if there a special subtasks available for an issue.
Therefore, I use:
&{for issues}
#{for subtasks}
#{if (%{'${Subtasks[n].category}'.equals('important')})}
${Subtasks[n].Summary}
#{end}
#{end}
&{end}
Now, I want to print if there are no special subtasks available.
For example:
%{('$Subtasks[n].category}'.equals('important').length > 0) ? $(Subtasks[n].Summary}: 'No important subtasks are available' }
Can you help me?
Hi @Kerstin
In Xporter, the Subtask code only works with Jira's sub-task feature. So if you have other sub-task types provided by other marketplace Apps, it might not work unless there is a specific integration with Xporter (https://confluence.getxray.app/display/public/XPORTER/Integrations), which currently none of the current integrations provide.
Any additional questions, please get in touch with Xporter Support (http://Xportersupport.getXporter.app); we would gladly assist you.
Thank you.
Kind regards,
Rogerio Paiva [Xporter Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.