Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Problem with more than one calculated field per trac-type _AND_ what about impediment
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
isoaglib  
View profile  
 More options Jun 20 2008, 11:17 am
From: isoaglib <A.Spang...@osb-ag.de>
Date: Fri, 20 Jun 2008 08:17:57 -0700 (PDT)
Local: Fri, Jun 20 2008 11:17 am
Subject: Problem with more than one calculated field per trac-type _AND_ what about impediment
Hi,
I tried the following:
story.task.calculate = total_remaining_time=sum:remaining_time ,
total_estimatedhours=sum:estimatedhours

to get also the sum of estimated hours.

But the result value, that is displayed in total_estimatedhours is the
same as "sum:remaining_time".
Defining both in separate lines results in a correct display of
total_estimatedhours - while now no total_remaining_time is displayed
at all.

By the way - the documentation indicates source.destination.calculate
- but in the working example from the docs, source:=task -
destination:=destination - or not??

==> Please fix the documentation for source, destination _AND_ give
hint on how to add TWO and more calculated
     fields

##
The docs mention the issue type "impediment" - but how can I use and
configure it?

Thanks,
Achim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
isoaglib  
View profile  
 More options Jun 20 2008, 11:37 am
From: isoaglib <A.Spang...@osb-ag.de>
Date: Fri, 20 Jun 2008 08:37:39 -0700 (PDT)
Local: Fri, Jun 20 2008 11:37 am
Subject: Re: Problem with more than one calculated field per trac-type _AND_ what about impediment
Hi,
I tried to add referencing between tasks --> to get dependency between
some tasks.
This works basically.

But now I would need a more flexible approach for the calculation -
where I can assign the sum of more than one source field to one target
field. This way I could propagate the values up to the root - even
with a sequence of tasks at the lower level.

Thanks,
Achim

On 20 Jun., 17:17, isoaglib <A.Spang...@osb-ag.de> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrea Tomasini  
View profile  
 More options Jun 21 2008, 11:57 am
From: Andrea Tomasini <andrea.tomas...@agile42.com>
Date: Sat, 21 Jun 2008 17:57:07 +0200
Local: Sat, Jun 21 2008 11:57 am
Subject: Re: Problem with more than one calculated field per trac-type _AND_ what about impediment

On 20 Jun, 2008, at 17:17 , isoaglib wrote:

> Hi,
> I tried the following:
> story.task.calculate = total_remaining_time=sum:remaining_time ,
> total_estimatedhours=sum:estimatedhours

> to get also the sum of estimated hours.

> But the result value, that is displayed in total_estimatedhours is the
> same as "sum:remaining_time".
> Defining both in separate lines results in a correct display of
> total_estimatedhours - while now no total_remaining_time is displayed
> at all.

It should work we have a test for it, and actually a customer using it  
with actual_time and remaining_time, can you send your trac.ini so  
that we can test it?

> By the way - the documentation indicates source.destination.calculate
> - but in the working example from the docs, source:=task -
> destination:=destination - or not??

if there is a link defined as:
allowed = story-task
means that the source is the story and the destination is the link,  
link are directional. Therefore if you write a calculate as:
story.task.calculate = total_remaining_time=sum:remaining_time
Story is the source of the link, Task is the destination, and the  
expression is aggregating (sum is the only operator at the moment, the  
percent from source to destination is planned) the property  
remaining_time of the task into a "virtual" property  
"total_remaining_time" on the story.
> ==> Please fix the documentation for source, destination _AND_ give
> hint on how to add TWO and more calculated
>     fields

They should just work, I'll check again not to have broken the feature  
with 0.6.3 would be strange, because we have a test for it... but you  
never know :-? The documentation is ok, where is the problem?

> ##
> The docs mention the issue type "impediment" - but how can I use and
> configure it?

Impediment are used by Scrum Master to trac the issue that are  
blocking the team and need to be fixed, they can be configured, adding  
the type in trac, from webadmin for example, and configuring it into  
agilo-types in the trac.ini

> Thanks,

YAW

> Achim

ANdreaT

  smime.p7s
5K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ANdreaT  
View profile  
 More options Jun 22 2008, 6:22 pm
From: ANdreaT <andrea.tomas...@agile42.com>
Date: Sun, 22 Jun 2008 15:22:30 -0700 (PDT)
Local: Sun, Jun 22 2008 6:22 pm
Subject: Re: Problem with more than one calculated field per trac-type _AND_ what about impediment

> It should work we have a test for it, and actually a customer using it  
> with actual_time and remaining_time, can you send your trac.ini so  
> that we can test it?

Error! :-? We have a test in the 0.7 and works, in the 0.6 doesn't I
can make a back porting, I'll check if possible, or you can wait till
0.7 will be released ;-)

Best
ANdreaT


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrea Tomasini  
View profile  
 More options Jun 23 2008, 6:09 am
From: Andrea Tomasini <andrea.tomas...@agile42.com>
Date: Mon, 23 Jun 2008 12:09:29 +0200
Local: Mon, Jun 23 2008 6:09 am
Subject: Re: Problem with more than one calculated field per trac-type _AND_ what about impediment

On 23 Jun, 2008, at 24:22 , ANdreaT wrote:

>> It should work we have a test for it, and actually a customer using  
>> it
>> with actual_time and remaining_time, can you send your trac.ini so
>> that we can test it?

> Error! :-? We have a test in the 0.7 and works, in the 0.6 doesn't I
> can make a back porting, I'll check if possible, or you can wait till
> 0.7 will be released ;-)

I should have fixed it now... I made a 0.6.4 for that... and some  
other little things ;-)

Let me know if it works :-)

Best
ANdreaT

  smime.p7s
5K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ANdreaT  
View profile  
 More options Jun 26 2008, 8:30 am
From: ANdreaT <andrea.tomas...@agile42.com>
Date: Thu, 26 Jun 2008 05:30:13 -0700 (PDT)
Local: Thurs, Jun 26 2008 8:30 am
Subject: Re: Problem with more than one calculated field per trac-type _AND_ what about impediment

> On 23 Jun, 2008, at 24:22 , ANdreaT wrote:
> I should have fixed it now... I made a 0.6.4 for that... and some  
> other little things ;-)

> Let me know if it works :-)

Any news here? Can we change the subject to FIXED?

Thanks
ANdreaT


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »