Questions tagged [project-online]

52 questions
0
votes
1 answer

Connecting to Project Online from Azure DevOps Extension

I have created a Azure DevOps hub extension, it retrieves work items and the goal is to then move some of the work item notes over to Project Online Timesheet Notes. But I can't figure out how I can authenticate my calls from the Azure DevOps…
0
votes
2 answers

People Picker in Microsoft Project Online

I am looking for a way to add people picker to Project Online, like the Owner field on the Project Information form. But I want to display all the users from my organizations AD (Office 365 users). Many articles and SO questions are pointing to this…
0
votes
1 answer

How do I aggregate lists across Project online sites?

I am trying to extract data out of Microsoft Project Online, using PowerQuery in both PowerBI and Excel. This is more of a PowerQuery / SharePoint question that specifically Project Online. So I can the list of "Project sites" which is, I…
Maxcot
  • 1,513
  • 3
  • 23
  • 51
0
votes
1 answer

How to Create Project For Web Project in MS Project Online?

There is a new type of Project in Microsoft Project Online. How to create it programmatically - from some kind of API?
Toumash
  • 1,077
  • 11
  • 27
0
votes
1 answer

Power Automate get data from Project Online and Filter

I am using "Send an HTTP Request to Sharepoint" action, and I want to filter the output to only include the project with ID = [user input filed in "Manually trigger a flow"] My Uri seems to not be working and can't find errors; I have used this…
0
votes
1 answer

Not getting any project with JSOM PS.ProjectContext get_projects

In a Microsoft Project Server web app I am trying to get the list of projects using JSOM. I am following the code in these…
0
votes
0 answers

Accessing ProjectOnline API ../_api/ProjectData from Azure Data Factory V2

How is it possible to access the ../_api/ProjectData from Azure DataFactory V2? I have tried to use ClientID which was registered on the ../_layouts/15/AppRegNew.aspx but this seemed like a dead end. Are there any best practices? I am quite new to…
Maki
  • 1
  • 1
  • 1
0
votes
1 answer

Create tasks from Project Online in Azure Function

I need to create a Azure Function (c#) which reads the project's tasks from a Project Online site. After that, these tasks have to be created in other project in a different Project Online site. I tried to do it with a logic app but the Project…
0
votes
0 answers

Apache Nifi with Web Service

I'm trying to access a https site from Apache Nifi that has informations that I'm intrested at. The problem is it needs authentification to access the site. With InvokeHTTP in Apache Nifi, we only can have the 'Basic Authentification' that I don't…
0
votes
1 answer

co-authoring in Microsoft Project

We would like to manage a project structure where individual projects can take a part in a top level project structure sharing a single resource pool. It should be possible for individual authors to work on those individual projects, or possibly the…
Ianb
  • 505
  • 1
  • 3
  • 17
0
votes
1 answer

Microsoft Project Online OData asynchronous query

I am trying to use Microsoft Project OData by querying data in C#. I am having performances issues with delays around 1s for each query. I am trying to query 2 information at once using that method : public static async Task
pascx64
  • 904
  • 16
  • 31
0
votes
2 answers

Project Online CSOM without using SharePointOnlineCredentials

We have a console application running every night which updates some project plans with CSOM. This uses the SharePointOnlineCredentials for authentication. But the IT departments wants to change the flag of LegacyAuthProtocolsEnabled of the tenant…
0
votes
1 answer

Assign project site template to EPT

I was trying to change site template with site that I had saved. The target site was using project site template and the solution was activated. Checking on Microsoft site, I don't understand what this if it appropriate means. Is there something…
Ariwibawa
  • 627
  • 11
  • 23
0
votes
1 answer

Power BI not retrieving project online timephased data

I have entered work against some tasks in Project Online. However when pulling the OData feed down in Power BI the AssignmentBaselineTimePhased datasets and AssignmentTimephasedDatsets are empty, despite not having any filters applied in Power BI.…
rism
  • 11,932
  • 16
  • 76
  • 116
0
votes
1 answer

Get Guid lookup table from custome Field in Microsoft Project Online

in this case i have custome field namely "Project Phase" then in value based on Lookup Table. how can i get guid or internal name like 'Entry_d4399450ea69e61180cb00155d18530e' based on Delay value that appear in above image. this internal name i…
aminvincent
  • 553
  • 1
  • 12
  • 43