Expand my Community achievements bar.

Richard_Le_
Richard_Le_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi James,   As long as your users are recording their time in the relevant day/date on their timesheet, the entry date will reflect the correct date. It doesn't matter when they entered the time, only that they put the time into the right date if that makes sense.    For example, If I recorded an ho...

    Type

    Questions

    Views

    798

    Like

    1

    Replies

    0
  • Hi Seth,   I cracked this one (with a lot of head-scratching) a little while ago. Try adding the below code to a column on a task or issue report:   displayname=Approver Decisions listmethod=nested(approverStatuses).lists textmode=true type=iterate valueexpression=IF({status}="NA",CONCAT({stepApprov...

    Type

    Questions

    Views

    1.3K

    Likes

    3

    Replies

    2
  • Hi Linda,   What type of report are you using?    I would recommend using an assignment report as this will show tasks (or issues) based on who is assigned, regardless of whether or not they are a primary or secondary assignee. Using this type of report, you will get a line item for every assignee (...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    1
  • Hi,   Converting an issue to another object via the API does not automatically carry over the custom data from the originating issue - annoying right!    Unfortunately, you would need to read the custom fields on the originating issue and map them over to the custom fields on the task/project in a s...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2
  • Hi Kiersten,   The approach I would take is as follows:   1) Add Search module that will look for tasks. Configure the filter rules to look for tasks where the plannedCompletion date is less than today, the status is not complete, and the role ID associated with the task is the "unnassigned role" yo...

    Type

    Questions

    Views

    838

    Likes

    3

    Replies

    2
  • Hi,   As Madalyn said, the team assignment (and how that team is configured) is what controls whether or not a task can be managed in an agile way. When a task is assigned to an agile team, it will appear within the team's backlog where they can subsequently plan it into a sprint. So to answer your ...

    Type

    Questions

    Views

    890

    Like

    1

    Replies

    2
  • Nice Randy. 

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    1
  • Hi,   This looks like a Unix ms timestamp. Try parsing the date and specifying "x" (which represents Unix) as the format, and nest that into a format date function. It would look something like this:     The only thing i'm not sure of is the -0500 which I guess is meant to represent timezone. Unix ...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    0
  • Hi,   This is mostly possible with an hour report. You can surface actual hours logged and associated revenue. With an appropriate set of groupings, you would be able to aggregate the total hours/revenue by month and client.    You won't however, be able to surface planned hours in this type of repo...

    Type

    Questions

    Views

    588

    Likes

    0

    Replies

    0
  • Hi James,   The below code should do the trick in a task report: displayname=Proj Start - Task Comp textmode=true valueexpression=WEEKDAYDIFF({project}.{actualStartDate},{actualCompletionDate}) valueformat=HTML   This code will work out the number of weekdays between the project actual start date ...

    Type

    Questions

    Views

    661

    Likes

    0

    Replies

    0
Top badges earned by Richard_Le_
Customize the badges you want to showcase on your profile