How to visualize Blocked tasks in #Jira with @Overbaard ? Using a custom field? A label? Suggestions, please. (And if you haven't tried @Overbaard for #kanban with JIRA, give it a go!)
@urkomasse We don’t really have support for that out of the box. If it can work for you I suggest a label or one of the custom fields we use. Maybe some automation to set those can work?
The 2020.002 release https://t.co/7gHKNTircJ allows an 'Overbaard Admins' group to allow more people to edit board configs. See section 4 of https://t.co/2EIvEyMAXq for more details.
The start of a little something to enable cross repository CI on GitHub Actions without releases of each consumed component
https://t.co/Xll4Q8OhGU
Still a little rough around the edges but we hope to start using it for @WildFlyAS soon. My https://t.co/JyfUrCZLVq has an example
Our releases are called BetaX while having been used in production for a long time. I'd like to come up with a new versioning scheme that is more representative for the maturity of the project. Do people prefer (or care):
- major.minor.micro
- major.minor
- <YEAR>.<incremental>
New Overbård release! Get it from https://t.co/aJDaIR9zZB
Highlights:
* Current User filter for 'user' custom fields
* Collapse columns in Rank View (issues in the collapsed/grey states are not shown in the list):
See it in action at https://t.co/VXYkjgfeOt
The next step will be to untangle the Jira plugin stuff from the core back-end code and look into supporting Jira Cloud. Once that is done, I think we have a nice opportunity to look into pulling data from other sources such as GitHub issues and so on
Overbård has now been refactored to support both Jira 7 and Jira 8!
Grab it from https://t.co/x8rQd1cf6d. The versioning scheme is overbaard-jira-plugin-<tgt-jira-version>-<plugin-version>.jar so overbaard-jira-plugin-8-1.0.0.Beta6.jar targets Jira 8.
Overbård has now been refactored to support both Jira 7 and Jira 8!
Grab it from https://t.co/x8rQd1cf6d. The versioning scheme is overbaard-jira-plugin-<tgt-jira-version>-<plugin-version>.jar so overbaard-jira-plugin-8-1.0.0.Beta6.jar targets Jira 8.
Dual Overbård Jira 7 and Jira 8 support working locally!
The WIP is in https://t.co/uPzx5MohD1
Will release once the guides and other things have been updated.
@amihaiemil Yes! The back-end is Java as that is what I am familiar with, and what Jira itself runs on. Once I get to the 'standalone' part I think we can keep most of the core code and run it on @QuarkusIO . Front-end is Angular
Started refactoring the back-end to support both Jira 7 and 8 (we still only support Jira 7). This is giving me ideas for a standalone mode where you can run Overbård on your own server when you don't have admin rights to install the Overbård plugin into your Jira instance