Coder Social home page Coder Social logo

Comments (8)

jarz avatar jarz commented on July 1, 2024

Have you run a build with the System.Debug variable set to true?

from workitemupdater.

hdinizribeiro avatar hdinizribeiro commented on July 1, 2024

Sorry,
I ran it now, and it produced the following log:

19.txt

from workitemupdater.

BlueBasher avatar BlueBasher commented on July 1, 2024

The task is doing a single API call into Azure DevOps to request all WorkItems referenced by the active build. The WorkItemType filtering is done after the API call.
In your logfile I see that the API call is not returning any WorkItems. Really not sure why there is none, since you do see items linked in the UI.
Is this happening for all the builds?

from workitemupdater.

hdinizribeiro avatar hdinizribeiro commented on July 1, 2024

Unfortunatelly yes,

I ran the build several times here, I'm changing the build number in build runtime, is that something to do with?

Is there any log you want to check the scenario?

from workitemupdater.

jananpoonacha avatar jananpoonacha commented on July 1, 2024

I have the same issue, the API call is not returning any Workitems even though there are Items.
Is there a resolution for this?

Thanks
Janan

from workitemupdater.

WWFSDevelopment avatar WWFSDevelopment commented on July 1, 2024

hello, same issue... API returns nothing despite having items linked.

Can you share the command line requests so we can try to debug?

2020-02-21T14:50:12.4345330Z ##[debug]allWorkItemsSinceLastRelease false
2020-02-21T14:50:12.4345548Z ##[debug]workItemType Bug
2020-02-21T14:50:12.4345995Z ##[debug]WorkItemState In UAT
2020-02-21T14:50:12.4346206Z ##[debug]workItemCurrentState null
2020-02-21T14:50:12.4346426Z ##[debug]updateWorkItemKanbanLane null
2020-02-21T14:50:12.4346625Z ##[debug]WorkItemKanbanState null
2020-02-21T14:50:12.4346857Z ##[debug]WorkItemDone false
2020-02-21T14:50:12.4347068Z ##[debug]updateAssignedTo Never
2020-02-21T14:50:12.4347265Z ##[debug]updateAssignedToWith Requester
2020-02-21T14:50:12.4347481Z ##[debug]assignedTo null
2020-02-21T14:50:12.4347679Z ##[debug]addTags null
2020-02-21T14:50:12.4347890Z ##[debug]updateFields null
2020-02-21T14:50:12.4348087Z ##[debug]removeTags null
2020-02-21T14:50:12.4348297Z ##[debug]bypassRules false
2020-02-21T14:50:12.4348506Z ##[debug]failTaskIfNoWorkItemsAvailable false
2020-02-21T14:50:12.4349881Z ##[debug]Get WorkItemTrackingApi
2020-02-21T14:50:12.4376995Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4377373Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4377586Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4377791Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4377976Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4378147Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4378317Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4378516Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4378680Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4378856Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4379078Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4379258Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4379415Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.4379614Z (node:940) Warning: Use Cipheriv for counter mode of aes-256-ctr
2020-02-21T14:50:12.7751054Z ##[debug]Get workItemsRefs
2020-02-21T14:50:12.7756103Z Using Build as WorkItem Source
2020-02-21T14:50:12.8736740Z No workitems found to update.
2020-02-21T14:50:12.8737923Z ##[debug]task result: Succeeded
2020-02-21T14:50:12.8762287Z ##[debug]Processed: ##vso[task.complete result=Succeeded;]
2020-02-21T14:50:12.8830045Z ##[section]Finishing: WorkItem Updater

from workitemupdater.

jwar-gilson avatar jwar-gilson commented on July 1, 2024

Looks like I am having a related issue. Is this going to be resolved?

#66

from workitemupdater.

BlueBasher avatar BlueBasher commented on July 1, 2024

Closing this as it's being tracked further in #66

from workitemupdater.

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.