2

Sometimes I'm told to get the ixProject for a given project. How do I do that?

flag

2 Answers

3

Go to Admin > Projects.

For the project in question, click on the edit button and then look at the browser's location bar. You'll see something like:

https://our.fogbugz.com/default.asp?pg=pgEditProject&ixProject=32

That 32 is the project ID. It'll allow you to search for the project by ID like so:

assignedto:me project:=32
link|flag
1

If you're comfortable querying the database, you can

select ixProject from Project where sProject='Sample Project'

We've got a couple of web pages up with supplementary information such as this.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.