newbie question 2: MS Project integration

0
In going through the Become a Rapid Developer (Analyst) training, I’ve been learning about stories and assigning them to sprints. Does Mendix offer an integration to MS Project? It would be nice during morning standups to be able to go through the sprint backlogs and then take a quick look at the schedule without having to switch over to Project and make updates there as well.
asked
2 answers
0

I do not believe there is a plug-and-play integration available to get you started. But i guess you could use some middleware/script/macro to call the API's of SprintR to retrieve the last status of your stories.

answered
0

for ms on office 365 ms project, i think you need to connect via REST API,

before connecting to this, you need authenticate via Oauth2.0 then can access the detail of the ms project

 

https://github.com/OfficeDev/Project-Samples/tree/master/O365-Project-Online-REST-Samples

 

 

answered