A painpoint for me as developper on CCNet is to find items which have patches, our Jira Issue site has many search options, but that one is not provided. The good point is that there is a wsdl connection available to the issue tracker, which has this possibility ! An issue has an Attachements property, which is a list of strings, the filenames!
Basically all I need to do is get all open items, and filter out the ones where
Attachements.Length != 0
.The console version was finished in half an hour, the WPF, I'm still working on :-(
Details will follow in next posts. I'm also taking this project as a way to improve my knowledge of other items like patterns, refactoring, ...
And I want to do this project the 'WPF way', not winform like.
Do not worry, I'll keep working on CCNet to :-)
No comments:
Post a Comment