Zapier Trigger: Remove "Other options" from dynamic dropdown - zapier

I'd like to remove the "other options" in the dynamic dropdown (and remove the ID of the available options). How can i do that?

David here, from the Zapier Platform team.
That's not possible to remove at this time. It's important in actions so that users can provide the field value dynamically from a previous step (instead of selecting one at creation time).
Thanks for asking!

Related

TFS Aggregator - how automatically modify a field value when a link is manually added to a workitem

I'm using TFS 2017 update 1 on premises.
Is there any way with TFS Aggregator to automatically modify a field value when a link (e.g. parent/child, related ecc.) is manually added to a workitem by TFS Web Interface.
You can try to identify the value changes of the field "Related Link Count"
When you add a Related work link to a work item, the field "Related Link Count" will be changed accordingly. (refname="System.RelatedLinkCount")
So, you can set the rules to modify a field value automatically based on the "Related Link Count" field changes.
First, try to follow the steps of installation on this website to install the plugin: https://github.com/tfsaggregator/tfsaggregator/wiki/Install
Then create the rules accordingly. Below are the samples you can reference:
Has any one used TFS AGGREGATOR for implementing below scenarios?
More information please refer to this link:
https://tfsaggregator.github.io/using/policy-examples/

TFS - Can I modify the related work items associated to a check in?

Is it possible to modify the work items that associated to a check in after it has been commited?
I made a mistake on one of my check ins
Instead of starting at the ChangeSet, you need to begin with the Work Items you want to remove or add to a ChangeSet. In order to remove a Work Item from a ChangeSet, do the following:
Open the Work Item.
Change to the All Links tab.
Remove the link for the ChangeSet of the check in.
Save the Work Item
You can also add links to other changesets on this tab by choosing "Add New Link" and then selecting ChangeSet as the type of link.

TFS 2010 - Making fields required

I'm a first time user of this site. Apologies in advance if I hadn't searched well enough for my question.
I'm looking at tweaking TFS 2010's bug creation abilities slightly. I'd like to force the 'Comment' field linked to the History. Basically, after someone makes a series of changes, I want to force that person to enter some details before committing the changes.
Does anyone have any experience with this?
Thanks,
Chris
You must right click on your team project, choose "Team Project settings" and then "Source Control". This launches the "Source Control Settings" window with three tabs.
1. Check out Parameters
2. Check in policy <- your target (Select “Changeset Comments Policy”)
3. Check in Note
when you select your rule, you click OK et you can test

TFS Customise Check-In Action on Work Items beyond Resolve or Associate

Can I add an additional option to the linking of work items to a checkin in TFS? TFS has Associate and Resolve, but I would like to have another option to move the work item to a custom state.
I don't think you can customize the option on the work items associated with the changeset because it is an enum:
http://msdn.microsoft.com/en-us/library/microsoft.teamfoundation.versioncontrol.client.checkinworkitemaction.aspx
If it's an important scenario for your work you might want to make the suggestion to the TFS team for the next release.
Hope this helps.

How to add fields to work items in existing team project

I have team project in TFS. There are already some work items in the project. I need to add new fields to work item type. How can I do it?
Export the work item type, add the fields, and re-import it. As long as you do not delete any fields, this will not affect existing work items.
You may have to bulk-edit existing work items to put in valid values for the newly-added fields.
The best way to do this is by installing the TFS Power Tools, which will add the Process Editor to your Team menu.

Resources