Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Batch Comment Updates

web-app

I have to run multiple similar Issues to cope with the lack of "sub-projects" in Gemini.  This works OK, and was made a lot easier when the Batch Updates and Issue Copy functions were added.

However, at the time I asked about the need to add the same comment to a batch of issues.  You logged this as http://gemini.countersoft.com/issue/ViewIssue.aspx?id=483 but there still doesn't seem to be an ETA for its implementation.

Kevin

kevinw
· 1
kevinw
Replies (5)
helpful
0
not helpful

We are concentrating on 2.1 at the moment. When it is released we will assign ALL open issues a target version.

 


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

> We are concentrating on 2.1 at the moment. When it is released we will assign ALL open issues a target version.

That rather sounds like "don't hold your breath..." :-(

Any ideas for a workaround in the meantime?

Kevin


kevinw
· 1
kevinw
helpful
0
not helpful

Use web services to batch create comment.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Not natively being a .NET programmer, can you please sketch out a bit of an overview as to how to do this?

Presumably I somehow need to identify the Issues to add the comment to, data entry for the comment, then write this comment to each of the Issues in turn?

Kevin


kevinw
· 1
kevinw
helpful
0
not helpful

Have a look at our web services sample app: http://www.countersoft.com/Default.aspx?PageID=58

But basically, you have to get a list of issue ids to add the comment to and call a web service to create the comment on each issue.


Saar Cohen
· 5000
Saar Cohen