Welcome to the Jazz Community Forum
Unable to use the Plans WebUI for custom Process template.

Using a custom template of our own for a project area, I am getting the following error if i navigate to the plan view.
"ast query not not well formed\n \nIterationPlanRecordQueryModel r = IterationPlanRecordQueryModel.ROOT;\nAstQuery q = (AstQuery) IItemQuery.FACTORY.newInstance(r);\nq.distinct();\nq.filter(r.owner().projectArea()._in(new IString[] {q.newItemHandleArg()})._and(r.iteration()._in())._and(r.owner().contributors()._contains(q.newItemHandleArg()));\nq.orderByAsc(r.iteration().archived());\nq.orderByAsc(r.iteration().internalEndDate());\nq.orderByAsc(r.iteration().internalStartDate());\nq.orderByAsc(r.iteration().name());\nq.orderByAsc(r.name());"
But on the same server for out of box process templates the view comes up and works as expected.
Can you please tell me what could be missing in the custom process template so that i will be able to use the plans web ui view.
I can use the RTC thick client to create a plan and view it in the team artifacts tree as well.
"ast query not not well formed\n \nIterationPlanRecordQueryModel r = IterationPlanRecordQueryModel.ROOT;\nAstQuery q = (AstQuery) IItemQuery.FACTORY.newInstance(r);\nq.distinct();\nq.filter(r.owner().projectArea()._in(new IString[] {q.newItemHandleArg()})._and(r.iteration()._in())._and(r.owner().contributors()._contains(q.newItemHandleArg()));\nq.orderByAsc(r.iteration().archived());\nq.orderByAsc(r.iteration().internalEndDate());\nq.orderByAsc(r.iteration().internalStartDate());\nq.orderByAsc(r.iteration().name());\nq.orderByAsc(r.name());"
But on the same server for out of box process templates the view comes up and works as expected.
Can you please tell me what could be missing in the custom process template so that i will be able to use the plans web ui view.
I can use the RTC thick client to create a plan and view it in the team artifacts tree as well.
2 answers

Using a custom template of our own for a project area, I am getting
the following error if i navigate to the plan view.
"ast query not not well formed\n \nIterationPlanRecordQueryModel
r = IterationPlanRecordQueryModel.ROOT;\nAstQuery q = (AstQuery)
IItemQuery.FACTORY.newInstance(r);\nq.distinct();\nq.filter(r.owner().projectArea()._in(new
IString[]
{q.newItemHandleArg()})._and(r.iteration()._in())._and(r.owner().contributors()._contains(q.newItemHandleArg()));\nq.orderByAsc(r.iteration().archived());\nq.orderByAsc(r.iteration().internalEndDate());\nq.orderByAsc(r.iteration().internalStartDate());\nq.orderByAsc(r.iteration().name());\nq.orderByAsc(r.name());"
But on the same server for out of box process templates the view comes
up and works as expected.
Can you please tell me what could be missing in the custom process
template so that i will be able to use the plans web ui view.
I can use the RTC thick client to create a plan and view it in the
team artifacts tree as well.
Telling from the query, it looks like you don't have any iterations set up
(or maybe no iterations with the 'has deliverable' flag).
--
Regards,
Patrick
Jazz Work Item Team

On Mon, 05 Oct 2009 23:52:56 +0200, aradhya1982
<aradhya1982> wrote:
Could you please open a defect with steps to reproduce (preferably the
process template you are using). Please file against "Agile Planning".
Thank you!
--
MikeS
Jazz Agile Planning team
<aradhya1982> wrote:
e same server for out of box process templates the view comes
up and works as expected.
Can you please tell me what could be missing in the custom process
template so that i will be able to use the plans web ui view.
I can use the RTC thick client to create a plan and view it in the
team artifacts tree as well.
Could you please open a defect with steps to reproduce (preferably the
process template you are using). Please file against "Agile Planning".
Thank you!
--
MikeS
Jazz Agile Planning team