Search found 19 matches

by DetroitJ
Fri Jan 22, 2010 1:10 pm
Forum: Questions (API)
Topic: Code used with 1.1.4 does not work with 2.0 Fortress
Replies: 2
Views: 7278

Code used with 1.1.4 does not work with 2.0 Fortress

Hello, I have some code that worked with the 1.1.4 release of fortress but it doesn't seem to work using the 2.0 API. Below is the code I was using to grab Fortress work items to build a "Release Notes" page. MantisLib.MantisItemExpanded[] arItems; MantisLib.MantisItemQueryFilter qf = new ...
by DetroitJ
Fri Jan 16, 2009 2:09 pm
Forum: Questions (API)
Topic: Trying to add a new item as closed.
Replies: 6
Views: 11575

Re: Trying to add a new item as closed.

Thanks again.
by DetroitJ
Fri Jan 16, 2009 1:01 pm
Forum: Questions (API)
Topic: Trying to add a new item as closed.
Replies: 6
Views: 11575

Re: Trying to add a new item as closed.

Switching to the MantisItem exposed the needed fields. Thank you very much. Is there any documentation on the MantisItem class?
by DetroitJ
Thu Jan 15, 2009 2:49 pm
Forum: Questions (API)
Topic: Trying to add a new item as closed.
Replies: 6
Views: 11575

Re: Trying to add a new item as closed.

It is not throwing an exception. I did create the "Closed" status. I just tried using "Verified" and it got inserrted as "Open" When editing an item via the web interface, there is a check box at the top of the form for Public; if the work item project allows Public ite...
by DetroitJ
Thu Jan 15, 2009 1:41 pm
Forum: Questions (API)
Topic: Trying to add a new item as closed.
Replies: 6
Views: 11575

Trying to add a new item as closed.

I am trying to write an import util to take our work item list and import it into Fortress. I believe that my technique is correct but for some reason even though I have the status marked as "Closed", when I look at it in Fortress it shows as open. I did create a custom status for "Cl...
by DetroitJ
Fri Dec 05, 2008 11:16 am
Forum: Support (Fortress)
Topic: Unable to check-in linked files
Replies: 9
Views: 8776

Re: Unable to check-in linked files

Here is our directory structure. -ProductRoot ---bin ---common ---Sln1 ---Sln2 -----Files ---Sln3 -----Files I am working in Sln3 for example and I am linking in a file from our common folder. So, if I understand correctly, since the file I am linking to is physically outside any and all solutions, ...
by DetroitJ
Fri Dec 05, 2008 11:02 am
Forum: Support (Fortress)
Topic: Unable to check-in linked files
Replies: 9
Views: 8776

Re: Unable to check-in linked files

I just upgraded to the new 1.1.4 client and the problem still exists.
by DetroitJ
Thu Dec 04, 2008 3:57 pm
Forum: Support (Fortress)
Topic: Unable to check-in linked files
Replies: 9
Views: 8776

Re: Unable to check-in linked files

When I check out and edit a linked file, it appears in the solution explorer with a "check" next to it. The "Fortress Pending Changes" window does not show any pending changes. If I right click on the file in Solution Explorer, and choose Check In, I get a dialog stating "Th...
by DetroitJ
Tue Dec 02, 2008 3:04 pm
Forum: Support (Fortress)
Topic: Unable to check-in linked files
Replies: 9
Views: 8776

Unable to check-in linked files

Our source tree has a "common" folder that contains dozens of code files that we use in numerous applications. Typically we use the "Link File" in Visual Studio to add files to our projects. We can check out and modify a file but we cannot check it back in from VS. We have to che...
by DetroitJ
Tue Nov 18, 2008 3:16 pm
Forum: Support (Fortress)
Topic: External Access to Bug Tracking but not Source Conrol
Replies: 18
Views: 18299

Re: External Access to Bug Tracking but not Source Conrol

I realize that this probably isn't the answer that you are looking for but, you could build your own web interface for bug tracking. SourceGear provides a very nice API to access work items. I built my own front end to the work item tracking for very much the same reason.
by DetroitJ
Tue Oct 21, 2008 10:48 am
Forum: Questions (API)
Topic: How do I show all comments for a work item
Replies: 3
Views: 7175

Re: How do I show all comments for a work item

Thank you. I was trying to find something to use in FortressItemExpanded.
by DetroitJ
Tue Oct 21, 2008 10:05 am
Forum: Questions (API)
Topic: How do I show all comments for a work item
Replies: 3
Views: 7175

How do I show all comments for a work item

Is there a way to list all of the comments for a particular work item?
by DetroitJ
Mon Oct 20, 2008 1:53 pm
Forum: Questions (API)
Topic: List all Fortress work items
Replies: 6
Views: 10722

Re: List all Fortress work items

That was awesome. Now that I see an example it makes sense. Just hunting through the intellisense was getting annoying.
by DetroitJ
Mon Oct 20, 2008 1:31 pm
Forum: Questions (API)
Topic: List all Fortress work items
Replies: 6
Views: 10722

Re: List all Fortress work items

I did manage to piece together a MantisItemQueryFilter. I only specified the Project ID and it seemed to give me the results I was expecting except for the sorting. Any docs or examples would still be handy though. Thanks again for the help.
by DetroitJ
Mon Oct 20, 2008 1:18 pm
Forum: Questions (API)
Topic: List all Fortress work items
Replies: 6
Views: 10722

Re: List all Fortress work items

I saw that but I could not find an example or documentation of the MantisItemQueryFilter. Basically, I want a list of all items for a given project id/name sorted by last modified date. If there is any docs or links you can point me to that would be great. Thank you.