REDDIT 原始帖子
A new scrum web app and CLI
I'm thinking of a new web app, kind of like Jira, but it's not just for project managers. It's also great for developers because it has a command-line interface (CLI). AI could use this CLI, and you could even connect it to other automated tools, like CI/CD…
I'm thinking of a new web app, kind of like Jira, but it's not just for project managers. It's also great for developers because it has a command-line interface (CLI). AI could use this CLI, and you could even connect it to other automated tools, like CI/CD pipelines. It's a scrum tool, made primarily for developers.
已收录讨论
So, that kind of already exists: Atlassian CLI. I haven't used it and don't know the extent of it's OOTB features or what would need customization. It could absolutely be used in CI/CD workflows like any other CLI of course. So you could definitely create a tool that uses this in tandem with i.e., the GitHub CLI to sync repository updates with Jira. Buuuut given you can just integrate your Jira instance with GitHub, I'm thinking a dev would just use either CLI to accomplish whatever task from the terminal, and the integration can take care of the rest.
Okay