Giter VIP home page Giter VIP logo

Comments (3)

StartAutomating avatar StartAutomating commented on June 15, 2024 2

@MarkIannucci thanks for closing this issue before I go around to pointing you in that general direction.

A few things to note:

  • Get-ADOWorkItem (and a lot of PSDevOps) return data that can be reformatted for your Org/Project. If you would like to see your work item differently than PSDevOps does by default, I'd love to know.
  • There are actually two different types of formatters for work items. You'll see the table formatter by default. A "custom" formatter can show you a more detailed view of a given work item (including descriptions, for instance). To show details of a particular work item, pipe it to Format-Custom.
  • The related commands, New/Set-ADOWorkItem, will both be so kind as to try to adapt incoming properties. So you can @{Description='New Description'} | Set-ADOWorkItem -ID $id instead of @{'System.Description'='New Description'} | Set-ADOWorkItem -ID $id

Feel free to file issues if you have them with these commands. They are relatively old compared to various other parts of PSDevOps, and are due for a bit of extensibility.

from psdevops.

MarkIannucci avatar MarkIannucci commented on June 15, 2024

I am quite happy I read your code before writing my own. I think Get-WorkItem has me covered!

from psdevops.

MarkIannucci avatar MarkIannucci commented on June 15, 2024

So far, this cmdlet has met our needs. I think I found a slight issue with the way it inserts the [Team Project] = @Project in the where clause. I'll double check my theory on the bug before I prematurely open another issue ;-)

Again, thank you for your work here. We're using this at a public hospital in Denver to improve our IT system management processes, so know that this code helps us help others.

from psdevops.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.