Hello and thanks in advance for the help
Using the jira Xporter add-in i am having troubling getting IssueTypeName to display when using the following
${IssueTypeName} : ${Key} - ${Summary} (${Status})
#{for
j=LinksCount}
#{for
m=JQLIssuesCount|clause=issuekey in linkedIssues (${Links[j].Key})}
${JQLIssues[m]. IssueType} :
${JQLIssues[m]. IssueTypeName} :
${JQLIssues[m]. IssueTypeDescription} :
${JQLIssues[m].Key}: -
${JQLIssues[m].Summary}
(${JQLIssues[m].Status})
#{end}
#{end}
the following lines give me
${JQLIssues[m]. IssueType} :
${JQLIssues[m]. IssueTypeName} :
${JQLIssues[m]. IssueTypeDescription} :
give me the likes of
${JQLIssues2d61192c11034e6e883973c3d2794a6a[3]. IssueType} :
${JQLIssues2d61192c11034e6e883973c3d2794a6a[3]. IssueTypeName} :
${JQLIssues2d61192c11034e6e883973c3d2794a6a[3]. IssueTypeDescription} :
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.