Is it possible to share an enumeration between projects?
We have an enumeration which is the same for two projects.
Would it be possible to share this enumeration so that both projects can access it? Cheers, Jas |
One answer
Ralph Schoon (63.3k●3●36●46)
| answered May 10 '10, 4:06 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi Jason,
as far as I know the process configuration is local to a project. You can't access a specification outside of the process configuration of your project. It would be possible to export a process as a template and reuse that, changing the specification in the second project as desired. Otherwise you would have to re-specify the enumeration in the second project. You could try to copy the XML source. But my experience is that in many cases things are not isolated enough. I'd suggest trying that on a test server first. Ralph We have an enumeration which is the same for two projects. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.