Is there away to merge worktypes in the Default settings?
For Example: One of my partners added a worktype that was already there. So now Work is being split up on a project between the exact same worktype. So all time is being inaccurately seperated.
Also we are about to do some overhauling on worktypes. We have a bid sheet we are trying to match and vice versa to make seemless bidding and project managing happen. If we were to merge the worktypes this would be helpful.
I just wanted to second Michael's comment on the API. As we build out more of the API we will definitely allow users to update data in whatever way they would like. Although this example would be an advanced use of the API, it would be doable. We have the foundation of the API developed and hope to soon launch some basic views and lists. As we develop the more advanced data manipulation parts of the API, we'll keep this example in mind.
The reason I say it is advanced is that you would have to make several API calls to achieve this. In theory, you would do something like this:
1. Query a list of worktypes
2. Note the ID of the default worktype that other worktypes will be merged into
3. Query a list of time entries using the old worktype ID
4. Update each time entry with the new worktype ID
1 to 3 of 3
Comments are closed.
For more Intervals help documentation, please visit help.myintervals.com