laura.c 3 Posted April 7, 2015 Report Share Posted April 7, 2015 Hi guys! Is it possible to delete selected jobs from the web interface? Best,Laura Link to post Share on other sites
Milan Kolar 33 Posted April 8, 2015 Report Share Posted April 8, 2015 I think last time I asked it wasn't possible. I resorted to API filter and delete Link to post Share on other sites
Mattias Seebergs 11 Posted April 8, 2015 Report Share Posted April 8, 2015 Hi Laura, At the moment you have to use the API as Milan is suggesting. You can get all jobs with the ftrack.getJobs method. Mattias Link to post Share on other sites
laura.c 3 Posted April 9, 2015 Author Report Share Posted April 9, 2015 Hi Milan, Mattias, Thanks a lot for your answers. I've done it as you suggested and added as Action, so each user can delete the jobs from the web interface. Cheers,Laura Link to post Share on other sites
laura.c 3 Posted January 8, 2016 Author Report Share Posted January 8, 2016 Hi! Is it possible to get the jobs created by 'Export' functions? With getJobs() method I could get only jobs created by our custom actions. Thanks,Laura Link to post Share on other sites
Mattias Lagergren 145 Posted January 11, 2016 Report Share Posted January 11, 2016 Hi Laura, The legacy api filters out only api jobs. However, using the ftrack-python-api you can access all types of jobs. Link to post Share on other sites
laura.c 3 Posted January 11, 2016 Author Report Share Posted January 11, 2016 Thanks Mattias! Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now