Questions tagged [teamwork-projects]

Teamwork Projects is a web-based project-management tool developed by Teamwork. Please DO NOT use this for questions about the combined action of a group or for working together in a team.

12 questions
8
votes
1 answer

What are the application development tools in AiOps?

I know the implementation structure of DevOps. I am reviewing and implementing AiOps.What are the practical tools in this field? I want to research AI in CICD and ContinuesFeedback tools?
2
votes
1 answer

Unable to upload file on Teamwork using API in PHP

I am uploading a file on teamworking using the following link https://developer.teamwork.com/projects/questions/fileUpload-preferred Here I am using PHP Codeigniter 4.x framework with CURL to send request and in response to the first step, I am…
Deep Kakkar
  • 5,831
  • 4
  • 39
  • 75
2
votes
2 answers

Annotate in Microsoft teams

as we all working remotely these days, I have an issue with drawing on the screen when someone shares the screen with teams Microsoft. I found some ideas that I can use zoomIt, is there anything else for helping me to draw in the screen sharing.
1
vote
1 answer

Teamwork problem writing the code with colleagues in bitbucket

I am writing the code with my team by usin0 the Bitbucket service. The problem is the following: Since yesterday, when I downloaded the last commit from our public repository I see all projects (folders) but in visual studio where I want to run the…
1
vote
0 answers

Teamwork API authorisation without giving away full Teamwork access

I'm using Teamwork as a project management tool in my team. It is a great tool, but it ridiculously lacks some important functionality. For example, their reporting facility sucks. Though, they have API using which I can build reports myself. API…
Tony Simonovsky
  • 169
  • 1
  • 9
1
vote
1 answer

How to Login user on teamwork without api key on teamwork.com's API using php

I am a beginner in php. I want to integrate Teamwork API on my web page. I have already checked how to call different methods of teamwork API and what will be the JSON response of them by using developer.teamwork.com. Now, I am a bit confused that…
Floyd Khan
  • 111
  • 12
0
votes
1 answer

how Handling EF Core migrations in a team

I got into an argument with a co-worker regarding EF Core migrations and how we should handle them in a team environment. The current process we use (which I designed) is to use a branch with our names and self databases so every changes we make ,…
0
votes
1 answer

mysql server for working online without using local as for team work

I wanted to use my xampp local server with my friend so that we can make database together as a team. How to do this? Like we have google words, github for codes pushing and writing etc. I know purchased website have integrated database management…
0
votes
0 answers

Teamwork API get request

So I'm currently working on a project with Teamwork API. I'm really new to this and also Javascript so bear with me haha. I generated some code from the Teamwork API and I can show data in the console log. In the console log you can see all the data…
0
votes
1 answer

C# How to prepare project template/skeleton

I'm currently building in work a Base code structure for C# API microservices. In future, we will surely make more of these, so I would like create something like "base project or something like this". I am aware there is system of Project Templates…
Zechy
  • 45
  • 12
0
votes
2 answers

AJAX post request to third party REST api

. I am using laravel backend as API and angular as frontend which calls laravel api. Laravel api access the teamwork api through basic authentication using curl. Now I am working with teamwork Api. Trying to create a comment using the API. API…
Nurul Alam
  • 342
  • 3
  • 22
0
votes
1 answer

REST API basic authentication of third party

I use teamwork project management tool. I am trying to create a web app using the REST api given by teamwork. But this requires some authentication. I have read teamwork documentation and this is what they have said Authentication Authentication is…
Nurul Alam
  • 342
  • 3
  • 22