I have a board that contains many issues, for below lets say 27 items A - Z. If I have two boards,
one that shows all 27 items
one that shows a subset of items (showing one components issues from the project)
Board setup
All issues board shows:
A
B
C
D
E -- UI Component
F
G
...
...
...
W
X -- UI Component
Y
Z
UI Component Only Board shows:
E -- UI Component
X -- UI Component
Let's say between the items shown by component I have two issues I want to reorder. If I move issue X to just above E on my UI board, than on the All Issues board it's in the same postions, not a relitive positon. I want to use the UI board that shows a subset to allow an external team to manage their specific issues, without affecting the global ranking. (E.g., I thought these two issues would be swaped on the All Issue board, but still show their new location on the UI board)
What I want is:
All issues board shows:
A
B
C
D
X -- UI Component
F
G
...
...
...
W
E -- UI Component
Y
Z
UI Component Only Board shows:
X -- UI Component
E -- UI Component
What I am getting is:
All issues board shows:
A
B
C
D
X -- UI Component
E -- UI Component
F
G
...
...
...
W
Y
Z
UI Component Only Board shows:
X -- UI Component
E -- UI Component
TL;DR -- How does the JIRA Backlog board actually rank items?