hello teqm , isee thqt it's correct in the documentqtion of atlassian
IssueType, Summary, FixVersion, FixVersion, FixVersion, Component, Component
bug, "First issue", v1, , , Component1,
but it looks weired for me , because after the component1, there are no the value of component 2 or ( , , ).
i mean this is true :
bug, "First issue", v1, , , Component1, ,
i think that i do not well understand , can someone help me ?
Regards
Hello,
bug, "First issue", v1, , , Component1, ,
means that
IssueType is bug
Summary is First issue
FixVersion is v1
FixVersion is empty
FixVersion is empty
Component is Component1
Component is empty
FixVersion and Component are multi select fields. That is why there can be multiple versions in the Fix Version field and multiple components in the Component field.
In the issue in your example there is only one value for the Fix Version field and Component field.
But if a field has, suppose, 5 different versions then your line would look like this:
IssueType, Summary, FixVersion, FixVersion, FixVersion, FixVersion,FixVersion,Component, Component
bug, "First issue", v1, v2,v3 ,v4,v5, Component1,
i understand that , can you tell what's the right line 1 or 2 and why ?
IssueType, Summary, FixVersion, FixVersion, FixVersion, Component, Component
Line 1 :bug, "First issue", v1, , , Component1,
OR
Line 2 :bug, "First issue", v1, , , Component1, ,
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think both will work the same way. But the most correct is
Line 2 :bug, "First issue", v1, , , Component1, ,
because you ve got two Component fields in the header
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.