Create a custom template for a user story in Rallydev - rally

Is there a way to create a pre-populated notes field when creating a user story in Rally? I want to define a standard format for my team to use and they would just need to fill in the requested fields.

This is a popular feature request. Some customers with this need setup their "template" stories pre-populated with the requisite data, and leave them un-scheduled, and ranked so they appear at the top of the backlog. Then they make copies of the template stories when creating new stories to write and then pull into sprints.

Rally (now CA Agile Central) now has support for defining templates for the Description field and it can be shared with other users, but as an experimental "Labs" feature. It is useable and works for me. To see the Lab features and try this out, click on your profile icon in the top right, choose My Settings, and click on the Labs link in the top bar. The feature is called Rich Text Template Sharing. Once you enable it, you should see a Templates link in the New Story creation dialog for the Description field.

Related

Hangouts Interactive cards: how to add text fields?

Can we design an interactive card with a text filed?
I went through the documentation, i couldn't find any idea on how to create
checkbox
text field
can someone help me in this matter?
Considerations
At the moment there are no such widgets available. You can only interact with buttons or clicking on text paragraphs.
You should definitely request this as a new feature if it's fundamental for your workflow.
Proposed workaround
However, since this is a messaging App you can build a system that uses the very same "reply" feature in order to get back the user input and therefore simulate a text field.
Respond to message events
You can play with the message events in order to parse the reply and use it in your application and provide an appropriate answer to your users.
Build your prompts based on custom commands
You can also create custom commands to trigger different input requests if you want to.
References
Events
Custom commands

Remove test score via iTunesConnect

On WWDC session 605, it is said test data can be management via iTunesConnect. But I currently can't find how to achieve this.
It is live or am I missing something?
You should follow these steps:
Login in iTunesConnect with appropriate AppleID (the one associated with your iTunesConnect account).
Go to MyApps
Click on your app
Click on Features
Choose GameCenter (among other features) in left side menu
From dropdown menu located in right part of the screen choose "Manage scores and players"
From there, choose the leaderboard you want to manage and click on "manage" button. All scores will show up and you can choose what scores you want to remove, or which player to block.
EDIT:
Just noticed that you are trying to delete all test data before submitting an app to the Store instead of managing already submitted game.
In that case, just chose "Delete test data" from dropdown menu from the picture above. This action can take about 24 hours to happen. So be patient.
Hope this helps!

Best way to build Breadcrumb Menu in Visual Basic

I have a VB10 app that uses panels, one for menu, one for main screen and then i want to add one for a breadcrumb menu. I use user controls to display in pnlMain and would like the breadcrumb trail to add an link with user control info every time I add a screen to pnlmain...and remove the link when I click on the previous link.
I would like to build the links dynamically like they do here: http://www.codeproject.com/Articles/17714/Create-a-Breadcrumb-Menu-in-VB-NET-WinForms,
but I couldnt get the links to display when I ran the solution.
and if I get the links to show, how do I associate the user control to that link?
Thank you for your help. The breadcrumb shouldnt go more than 3-4 levels deep

How to multi Edit Test Cases to update User Story in Rally?

I have bunch of test cases existing in Rally and they are not currently tied to User Stories. I want to multi edit set of test cases and mass update User Story against them in single shot. Rally doesn't support Work Product field (user story) to multi edit in Test Case section. It needs each test case to be manually opened and updated with User Story one after another; very time consuming task.
is there any easy solution to solve this problem?
thanks.
Within the UI this would be easiest to do using a Custom Grid.
1) Go to your dashboard, Select Actions -> Add App
2) Select the Custom Grid app and then Add this App
3) Configure the App. Give it a Title, and Select Test Case as the Object type.
4) Select additional Columns. Test Folder may be helpful. You'll need to select Work Product in order to Parent the Test Cases to User Stories or Defects. The example also shows a filter query added to show just Test Cases from a particular Test Folder.
5) Click Save when done configuring.
6) Select the Test Cases you wish to Parent to a User Story using the check boxes. Then click any of the gear widgets to access the Bulk Actions menu. Select "Choose Work Product..."
7) Choose the radio button for the User Story or Defect you wish to make an association for. You can search by keyword, or Filter by Formatted ID and/or Project. Click Choose. when done.
8) Note that Test Cases are Parented to User Story selected.
9) And can be seen on Story's Details Page:

Sharepoint Quick Launch Issue

I want to add dynamic link add in quick launch my requirement is that
1) one list like topics and other is Chapter in chapter list i took look up of topics list
2)Now i want to add topic items as Heading Link in quick launch and chapters items are child link in quick launch based on Heading item...
Is this possible by programmatically??
if yes then tell me steps or any reference link
if not possible than any alternate ways to solve this issue?
Thanks In Advance............
If I had that requirement, I would:
create a simple quick launch item called "View Table of Contents" in the siteactions.xml file.
when the user clicks on that item, a javascript function is run that opens a modal dialog with the table of contents rendered from a simple aspx page with a TOC webpart in it.
then the user would click a link in the dialog and be taken to the chapter