net.jazz.ajax.pages - Application scope
Hello,
I'm defining a new page via the extension point "net.jazz.ajax.pages".
I'd like to show the page within the context of the Admin, before selecting a project area. Is this possible?
The applicationScope seems to always usecom.ibm.team.process.web.projectArea which means that the user will see the page in the context of a selected Jazz Project Area only.
Thank you in advance for your help.
I'm defining a new page via the extension point "net.jazz.ajax.pages".
I'd like to show the page within the context of the Admin, before selecting a project area. Is this possible?
The applicationScope seems to always use
Thank you in advance for your help.
One answer
Unfortunately this is no longer possible without modifying the Admin application.
This used to be possible in older releases like 1.x, where you could contribute a new page into an existing application like Admin, but we quickly ran into some issues with indeterminate page ordering. Pages are now declared independently and the application specifies the list of pages it includes. So the only way to do this now is to add it to the page list for the Admin application.
An alternative would be to carve out your own URL path by declaring your own application.
For more rationale, see:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/72771
This used to be possible in older releases like 1.x, where you could contribute a new page into an existing application like Admin, but we quickly ran into some issues with indeterminate page ordering. Pages are now declared independently and the application specifies the list of pages it includes. So the only way to do this now is to add it to the page list for the Admin application.
An alternative would be to carve out your own URL path by declaring your own application.
For more rationale, see:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/72771