{"id":21707803,"url":"https://github.com/flightaware/tcl-jira-api","last_synced_at":"2026-01-04T17:01:54.711Z","repository":{"id":46148989,"uuid":"64336521","full_name":"flightaware/tcl-jira-api","owner":"flightaware","description":"Tcl package to interface with the JIRA REST API","archived":false,"fork":false,"pushed_at":"2021-11-15T23:28:46.000Z","size":29,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":22,"default_branch":"master","last_synced_at":"2023-04-18T10:34:09.781Z","etag":null,"topics":["jira","jira-client","tcl","tcl-extension"],"latest_commit_sha":null,"homepage":null,"language":"Tcl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flightaware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-27T19:37:09.000Z","updated_at":"2023-04-18T10:34:09.782Z","dependencies_parsed_at":"2022-09-11T18:22:50.434Z","dependency_job_id":null,"html_url":"https://github.com/flightaware/tcl-jira-api","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightaware%2Ftcl-jira-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightaware%2Ftcl-jira-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightaware%2Ftcl-jira-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flightaware%2Ftcl-jira-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flightaware","download_url":"https://codeload.github.com/flightaware/tcl-jira-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244657079,"owners_count":20488714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jira","jira-client","tcl","tcl-extension"],"created_at":"2024-11-25T22:19:19.181Z","updated_at":"2026-01-04T17:01:54.633Z","avatar_url":"https://github.com/flightaware.png","language":"Tcl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tcl JIRA REST API Package\n===========================\n\nThis package provides a Tcl native interface to the JIRA REST API as \ndocumented at https://docs.atlassian.com/jira/REST/cloud/\n\nRequirements\n------------\n\n* A [JIRA](https://atlassian.com/JIRA) server or JIRA Cloud instance\n* Tcl 8.5 or newer\n\nIn Brief\n--------\n\nThe package can authenticate to the JIRA server using Basic auth (where the\nencoded username and password are supplied with every call).\n\n\nExample Code\n------------\n\n\n    #!/usr/bin/env tclsh\n\n    package require jira\n\n\t::jira::config -server example.atlassian.net\n\t::jira::config -username \"username\" -password \"password\"\n\n\t::jira::config -debug 1\n\n\tputs \"The project ID for the example project is [::jira::getItemID project Example]\"\n\n\t::jira::getIssue \"EX-1000\" issue -getcomments 1\n\tparray issue\n\n\t::jira::addComment \"EX-1000\" result -body \"Lorem ipsum dolor sit amet\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflightaware%2Ftcl-jira-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflightaware%2Ftcl-jira-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflightaware%2Ftcl-jira-api/lists"}