The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA multi-select values are presented not well on "linked" forms

MB
February 28, 2023

JIRA multi-select values are presented well in original form. And not presented well, if data from this field are presented in "linked" form.

Attached is the picture with example and source code for two forms.

Is it any possibility, how to present data from JIRA correctly? I know how to present data from JIRA such as Key. The question is how to present it correctly (via default presentation component for JIRA tickets, as in green boxes from example).

Thanks, M.

example.png

<p class="auto-cursor-target">
<br/>
</p>
<ac:structured-macro ac:macro-id="79e5f585-98e8-4299-ae99-79518a7c10dd" ac:name="info" ac:schema-version="1">
<ac:rich-text-body>
<p>Form: <strong>FormOne</strong>
</p>
<p>Columns:</p>
<ul>
<li>
<strong>ColumnOneA</strong> (text)</li>
<li>
<strong>ColumnOneJira</strong> (Jira issues multi-select)</li>
</ul>
</ac:rich-text-body>
</ac:structured-macro>
<p class="auto-cursor-target">
<br/>
</p>
<ac:structured-macro ac:macro-id="b78abe24-5cbe-4726-a19d-4e7322efdcc6" ac:name="confiform" ac:schema-version="1">
<ac:parameter ac:name="formName">FormOne</ac:parameter>
<ac:parameter ac:name="registrationFormTitle">FormOne</ac:parameter>
<ac:rich-text-body>
<p>
<ac:structured-macro ac:macro-id="7cacdf60-489f-4ec8-b59e-941d35054768" ac:name="confiform-field-definition" ac:schema-version="1">
<ac:parameter ac:name="fieldName">ColumnOneA</ac:parameter>
<ac:parameter ac:name="fieldLabel">ColumnOneA</ac:parameter>
<ac:parameter ac:name="type">text</ac:parameter>
<ac:parameter ac:name="required">true</ac:parameter>
</ac:structured-macro>
</p>
<p>
<ac:structured-macro ac:macro-id="940b2ee8-4643-4e7e-875f-000fb3ae4123" ac:name="confiform-field-definition" ac:schema-version="1">
<ac:parameter ac:name="fieldName">ColumnOneJira</ac:parameter>
<ac:parameter ac:name="fieldLabel">ColumnOneJira</ac:parameter>
<ac:parameter ac:name="extras">Jira</ac:parameter>
<ac:parameter ac:name="type">multijira</ac:parameter>
<ac:parameter ac:name="required">true</ac:parameter>
</ac:structured-macro>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p class="auto-cursor-target">
<br/>
</p>
<ac:structured-macro ac:macro-id="8f9f9063-57da-422b-945a-509976bbaa5f" ac:name="confiform-entry-register" ac:schema-version="1">
<ac:parameter ac:name="formName">FormOne</ac:parameter>
<ac:parameter ac:name="registrationButtonLabel">FormOne Register</ac:parameter>
<ac:rich-text-body>
<p>
<br/>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p class="auto-cursor-target">
<br/>
</p>
<ac:structured-macro ac:macro-id="78ac0bd8-4b26-47f0-8864-837eaa2b2302" ac:name="confiform-table" ac:schema-version="1">
<ac:parameter ac:name="formName">FormOne</ac:parameter>
<ac:rich-text-body>
<p>
<br/>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p class="auto-cursor-target">
<br/>
</p>
<ac:structured-macro ac:macro-id="b8241dad-c779-4a93-b4b4-8df5b01e8fad" ac:name="html" ac:schema-version="1">
<ac:plain-text-body><![CDATA[<br/><br/>]]></ac:plain-text-body>
</ac:structured-macro>
<p class="auto-cursor-target">
<br/>
</p>
<ac:structured-macro ac:macro-id="5e96381d-24ce-4255-a4e8-4484c8db781f" ac:name="info" ac:schema-version="1">
<ac:rich-text-body>
<p>Form: <strong>FormTwo</strong>
</p>
<p>Columns:</p>
<ul>
<li>
<strong>ColumnTwoP</strong> (text)</li>
<li>
<strong>ColumnTwoQ</strong> (Smart-Classifier, values from FromOne)<ul>
<li>
<strong>
<span style="color: rgb(255,0,0);">DATA ARE NOT PRESENTED CORRECTLY IN CASE OF MULTIPLE-VALUES SELECTED IN formOne!!!</span>
</strong>
</li>
</ul>
</li>
</ul>
</ac:rich-text-body>
</ac:structured-macro>
<p class="auto-cursor-target">
<br/>
</p>
<ac:structured-macro ac:macro-id="82cb4da7-906e-4bc2-997e-a649a051a0f2" ac:name="confiform" ac:schema-version="1">
<ac:parameter ac:name="formName">FormTwo</ac:parameter>
<ac:parameter ac:name="registrationFormTitle">FormTwo</ac:parameter>
<ac:rich-text-body>
<p>
<ac:structured-macro ac:macro-id="2efc6873-ec91-4f27-80b8-c695c8382fae" ac:name="confiform-field-definition" ac:schema-version="1">
<ac:parameter ac:name="fieldName">ColumnTwoP</ac:parameter>
<ac:parameter ac:name="fieldLabel">ColumnTwoP</ac:parameter>
<ac:parameter ac:name="type">text</ac:parameter>
<ac:parameter ac:name="required">true</ac:parameter>
</ac:structured-macro>
</p>
<p>
<ac:structured-macro ac:macro-id="e11ae899-a6cc-4f8d-86e3-e8d1c26395ad" ac:name="confiform-field-definition" ac:schema-version="1">
<ac:parameter ac:name="fieldName">ColumnTwoQ</ac:parameter>
<ac:parameter ac:name="fieldLabel">ColumnTwoQ</ac:parameter>
<ac:parameter ac:name="values">[1202482515:FormOne]ColumnOneA,</ac:parameter>
<ac:parameter ac:name="type">smartclass</ac:parameter>
<ac:parameter ac:name="required">true</ac:parameter>
</ac:structured-macro>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p class="auto-cursor-target">
<br/>
</p>
<ac:structured-macro ac:macro-id="0e85cf90-cda7-46ad-a3aa-f9d42d82ee60" ac:name="confiform-entry-register" ac:schema-version="1">
<ac:parameter ac:name="formName">FormTwo</ac:parameter>
<ac:parameter ac:name="registrationButtonLabel">FromTwo Register</ac:parameter>
<ac:rich-text-body>
<p>
<br/>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p class="auto-cursor-target">
<br/>
</p>
<ac:structured-macro ac:macro-id="87135fb9-a9a4-4d15-9a5a-5ad16eacf394" ac:name="confiform-table" ac:schema-version="1">
<ac:parameter ac:name="formName">FormTwo</ac:parameter>
<ac:rich-text-body>
<p class="auto-cursor-target">
<br/>
</p>
<p>
<ac:structured-macro ac:macro-id="4915c604-977a-42d3-b5d8-68813be14f0e" ac:name="confiform-field" ac:schema-version="1">
<ac:parameter ac:name="fieldName">ColumnTwoP</ac:parameter>
</ac:structured-macro>
</p>
<p>
<ac:structured-macro ac:macro-id="5d82453b-2ad2-4417-8279-2284196c4b5c" ac:name="confiform-field" ac:schema-version="1">
<ac:parameter ac:name="fieldName">ColumnTwoQ</ac:parameter>
</ac:structured-macro>
</p>
<p>
<ac:structured-macro ac:macro-id="9dce828a-52ff-4028-afe4-fe76a2620568" ac:name="confiform-field" ac:schema-version="1">
<ac:parameter ac:name="fieldName">ColumnTwoQ.ColumnOneJira</ac:parameter>
</ac:structured-macro>
</p>
</ac:rich-text-body>
</ac:structured-macro>
<p class="auto-cursor-target">
<br/>
</p>

 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Alex Medved _ConfiForms_
Community Champion
February 28, 2023

Hi @MB 

I afraid that this is something we need to improve on the plugin side.

I will make sure we get this supported in some of the next updates to our ConfiForms app

Alex

TAGS
AUG Leaders

Atlassian Community Events