I am a beginner in JIRA.
I am a verification engineer
I prepared several issues types.
1) Requirement,
2) Features to the requirement, (relates to Requirement)
3) Changes to the features, (relates to Features)
4) Test (relates to Changes)
While studying my project, I found that some of the Feature does not have related Change in my project.
so, I had to link T2 to Feature and I expected the Coverage View as this table.
Requirement | Features . | Changes . | Test . |
R1 | F1 | C1 | T1 |
R2 | F2 | X | T2 |
But, it was like this.
Requirement | Features . | Changes . | Test . |
R1 | F1 | C1 | T1 |
R2 | F2 | X | X? |
Is there an option to help this case?
Disclaimer: I am a employee of the vendor, Ease Solutions.
Hello 차현석,
for such kind of technical question, it would be the best to open a ticket at our service desk.
In the coverage view of R4J - Requirements Management for Jira you can control the base of you column. This does mean, which column you are referencing to.
Currently we do not support the reference to two columns, so I suggest you following setup for your test column:
Create two column, one (test-feature) reference to features, one (test-change) to changes
For the "test-feature": Define the column feature as the base.
For the "test-change": Define the column change as the base.
Then you result would look like this:
Requirement | Features . | Changes . | Test-Features | Test-Changes |
R1 | F1 | C1 | X | T1 |
R2 | F2 | X | T2 | X |
I hope this helps you. Otherwise please open a ticket with us.
Best Regards, Bernhard
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.