Discussion
Create a UserStory when Request has been created
Goodnight,
I need to create an automatic rule that allows me to create a user story when a request is created. This user story must be created in the "Default" feature of the project that was selected in the request. The user story must have the title, description, attachments, comments and team registered in the request.
Then I need all updates made to the user story to be reflected in the request and vice versa
Thank You
Posted by Hugo Pereira 13 days ago
Assigned Resources
Hi,
Is there a way via api to obtain the details of the assigned users/Teams to a user story?
Posted by Jose Prada about 1 month ago
Splitt comments in UserStorys for new itteration
Good day
I would like to find out how to create an automation rule that will:
- carry over the existing comments on UserStories to the new Team iterations UserStories when closing an iteration and the UserStories get split.
Posted by Patrick about 1 month ago
In a report How to calculate the number of days delayed
In a tabular report I want to have the number of days delayed at epic level based on the Planned End date and actual end date
How can i put this logic in the report?
- If planned end date is already due and still the actual end date is blank then
- the number of delay days = Now() - Planned end date
- Also If planned end date is less than the Actual end date then
- the number of delay days = Actual end date - Planned date
I have used the below mentioned code but it is wrongly calculating when planned end date = actual end date and also when planned end date is already due and still the actual end date is blank the number of days calculated is usually 1 day less
```
CASE
WHEN
[Planned End Date] < NOW()
THEN
DATEDIFF(
[Planned End Date],
NOW(),
'day'
)
WHEN
[Planned End Date] < [End Date]
THEN
DATEDIFF(
[Planned End Date],
[End Date],
'day'
)
```
Posted by Ritu 2 months ago
Can milestone date we accessed programatically

Hi, can I access milestone month programmatically, can you suggest how to solve this
Posted by Mandeep 3 months ago
Group By TAGS
Hi
Am trying to create a custom features report where I will like to GROUP BY specific chosen Tags. So fore.g a feature are currently tagged by different geographies, tech, business units. When I group, I will only like for e.g to do so my geographies in my report. How do I do that , I tried exploring formulas (TagObjects.Select(Name)) however struggling to enable it. Will appreciate if you can help me with specific formula or different approach
Posted by Mandeep 4 months ago
Is it possible to add images to Dashboards?
I would like to be able to add Images to Dashboards to share information with users and also make Dashboards more visually appealing.
Posted by Jack Kleinjan 4 months ago
CustomReport
Is there a way to get a custom report by id via api?
https\://**\*\***.tpondemand.com/TpReports/ViewCustomReport.aspx?CustomReportID=34, for example
Posted by Jose Prada 4 months ago
TP Integration to Jira SAFe Setup Question
What is suggested for the setup of Jira for the Agile Release Trains (ARTs)? Is it 1 ART to 1 Project in Jira or would you recommend 1 Team to 1 Project?
Posted by null 4 months ago
Quick Add field removal when grayed out
can a grayed out field in Quick Add be hidden or removed?
Posted by Dave Somick 4 months ago