We have another working database that holds a lot of information for our developers. It is currently housed in Lotus Notes, but we’ve been successful in exporting information.
The problem is, is that the data is most easily represented in a double array format, where values can differ in any given cell (Can change between N, P or A).
Is there any way to replicate this in JIRA (most preferred) or Confluence? We would want to update the value of the cells on the fly as needed.
Here are a few examples:
Column1 | N | D | T | F | C | R | X | A | P | K | S |
FID | N | N | N | N | P | P | P | N | N | P | N |
I | P | N | N | N | P | P | N | N | N | P | N |
O | N | P | N | N | P | P | N | N | N | P | N |
C | N | N | N | N | P | P | P | N | N | P | N |
T | N | N | N | N | P | P | P | N | N | P | N |
X | |||||||||||
M |
|
|
|
|
|
|
|
|
|
|
|
R |
|
|
|
|
|
|
|
|
|
|
|
E | P | N | N | N | P | P | P | N | N | P | N |
D | N | P | N | N | P | P | P | N | N | P | N |
Column1 | N | D | T | F | C | R | X | A | P | K | S |
FID | P | P | P | P | P | P | P | P | P | P | P |
I | P | P | P | P | P | P | P | P | P | P | P |
O | |||||||||||
C | |||||||||||
T | |||||||||||
X | |||||||||||
M | |||||||||||
R | |||||||||||
E | |||||||||||
D |
Column1 | N | D | T | F | C | R | X | A | P | K | S |
FID | P | N | P | N | P | N | P | N | P | P | |
I | P | N | P | N | P | N | P | N | P | P | |
O | P | P | P | P | P | N | P | N | P | P | |
C | |||||||||||
T | |||||||||||
X | |||||||||||
M | |||||||||||
R | |||||||||||
E | |||||||||||
D |
Jira doesn't have fields that work that way. The closest I can get is probably the Table Grid - https://marketplace.atlassian.com/apps/1217571/table-grid-next-generation?hosting=cloud&tab=overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.